Plotter
- class compas_cem.plotters.Plotter(*args, **kwargs)[source]
Bases:
Plotter
A thin wrapper on the
compas_plotters.plotter.Plotter
.This object exists only for API consistency with compas_cem.viewers.Viewer.
Inherited Methods
Add a COMPAS geometry object or data structure to the plot.
Add multiple COMPAS geometry objects and/or data structures from a list.
Draw all objects included in the plot.
Find a geometry object or data structure in the plot.
Method for decorating callback functions in dynamic plots.
Pause plotting during the specified interval.
Updates and pauses the plot.
Register a listener for pick events.
Saves the plot to a file.
Displays the plot.
Zoom the view to the bounding box of all objects.