1 Introduction to Matplotlib: 3D Plotting and …

de ning the Figure object, as shown above. This allows for the object to be updated and modi ed, as will be explained later in the lab. Figure objects contain matplotlib.axes._subplots.AxesSubplot objects, called axes . Axes are spaces to plot on, and are created by the add_subplot() method of a Figure object. Figures can have multiple axes. ................
................