| |
- Artist
- matplotlib.transforms.RWRef(matplotlib.transforms.RRef)
-
- DPI
class Artist |
|
Abstract base class for someone who renders into a Figure
Public attributes
dpi : a DPI instance
bbox : a Bound2D instance in display coords
transform : a Transform instance |
|
Methods defined here:
- __init__(self, dpi, bbox, clipOn=True)
- draw(self, drawable=None, *args, **kwargs)
- Derived classes drawing method
- get_child_artists(self)
- Return all artists contained in self
- get_dpi(self)
- Get the DPI of the display
- get_window_extent(self)
- Return the window extent of the Artist as a Bound2D instance
- set_child_attr(self, attr, val)
- Set attribute attr for self, and all child artists
- set_clip_on(self, b)
- Set whether artist is clipped to bbox
- set_lod(self, on)
- Set Level of Detail on or off. If on, the artists may examine
things like the pixel width of the axes and draw a subset of
their contents accordingly
- set_renderer(self, renderer)
- Set the renderer
- set_transform(self, transform)
- Set the artist transform for self and all children
- wash_brushes(self)
- Erase any state vars that would impair a draw to a clean palette
Data and other attributes defined here:
- aname = 'Artist'
|
|