matplotlib.figure¶The figure module provides the top-level
Artist, the Figure, which
contains all the plot elements. The following classes are defined
SubplotParamsFigureAxesStack() |
Specialization of the Stack to handle all tracking of Axes in a Figure. |
Figure([figsize, dpi, facecolor, edgecolor, …]) |
The Figure instance supports callbacks through a callbacks attribute which is a CallbackRegistry instance. |
SubplotParams([left, bottom, right, top, …]) |
A class to hold the parameters for a subplot |