mpl.artist

Functions

allow_rasterization(draw) Decorator for Artist.draw method.
get(obj[, property]) Return the value of object’s property.
getp(obj[, property]) Return the value of object’s property.
kwdoc(a)
setp(obj, *args, **kwargs) Set a property on an artist object.

Classes

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.

Exceptions

mplDeprecation alias of MatplotlibDeprecationWarning