PlotterArtist
- class compas_plotters.artists.PlotterArtist(*args, **kwargs)[source]
Bases:
Artist
Base class for all plotter artists.
- Attributes
plotter (
compas_plotters.plotter.Plotter
, read-only) – A plotter instance.data (list[[float, float]]) – The geometrical data points visualized with the plotter.
Methods
Update the data limits of the plotting axes using the visualization data.
Compute the bounds of the current view.
Inherited Methods
Build an artist corresponding to the item type.
Build an artist with the given type.
Clear all objects from the view.
The main drawing method.
Drawing method for drawing an entire collection of objects.
Redraw the view.
Register an artist type to a data type.