Axes and subplots#

MatplotlibAxes are the gateway to creating your data visualizations.Once an Axes is placed on a figure there are many methods that can be used toadd data to the Axes. An Axes typically has a pair ofAxisArtists that define the data coordinate system, and include methods to addannotations like x- and y-labels, titles, and legends.

(Sourcecode,2x.png,png)