Inheritance Diagrams#
Artist class#
- class matplotlib.artist.Artist[source]#
Abstract base class for objects that render into a FigureCanvas.
Typically, all visible elements in a figure are subclasses of Artist.
Interactive#
Clipping#
Bulk Properties#
Drawing#
Figure and Axes#
Children#
Transform#
Units#
Metadata#
Miscellaneous#
|
|
Set if artist is to be included in layout calculations, E.g. |
|
Return boolean flag, |
|
Whether the artist is 'stale' and needs to be re-drawn for the output to match the internal state of the artist. |
Functions#
Decorator for Artist.draw method. |
|
Return the value of an |
|
Return the value of an |
|
Set one or more properties on an |
|
Inspect an |
|
A helper class to inspect an |