API Reference¤
The public API of compas_plotter is small:
- compas_plotter — the
Plotterclass, the main entry point for building 2D plots. - compas_plotter.scene — the
"Plotter"visualisation-context scene objects, one per supported COMPAS type. You rarely instantiate these directly;Plotter.addcreates them for you.