import matplotlib.pyplot as plt

Redering the plots

matplotlib.pyplot is the ‘engine’ to render the figures. plt.show() starts the event loop, looks for active figures and renders them. plt.plot() plt.update()

Figure configuration

Axis configuration

Interaction