Artist() |
Abstract base class for someone who renders into a FigureCanvas. |
ArtistInspector(o) |
A helper class to inspect an Artist and return information about it’s settable properties and their current values. |
Bbox(points, **kwargs) |
A mutable bounding box. |
IdentityTransform(*args, **kwargs) |
A special class that does on thing, the identity transform, in a fast way. |
Path(vertices[, codes, ...]) |
Path represents a series of possibly disconnected, |
Transform([shorthand_name]) |
The base class of all TransformNode instances that actually perform a transformation. |
TransformedBbox(bbox, transform, **kwargs) |
A Bbox that is automatically transformed by a given transform. |
TransformedPath(path, transform) |
A TransformedPath caches a non-affine transformed copy of the Path. |