5 Introduction to Matplotlib

Figures, Axes, and Subplots The window that plt.show() reveals is called a figure, stored in Python as a plt.Figure object. A space on a figure where a plot is drawn is called an axes, a plt.Axes object. ................
................