Create a figure and axes with plt.subplots(), and return the type name of the f…
Matplotlib · from Figure, Axes and Artist
FigureAxesArtistfig.suptitleax.spinesax.xaxisPutting the kettle on…
Starting up…
Exercise 1
Create a figure and axes with plt.subplots(), and return the type name of the first object — it should be Figure.
your answer
stuck? the lesson behind it
Figure, Axes and Artist
Every matplotlib question is really “which object owns this?”