Skip to content

Plotting

The CoordinateSystem helper builds a complete plotting coordinate system — grid, axes (with value labels), an optional background plane, and plotted point paths — inside a single VizGroup. It is not a scene object itself; it owns the group and the VizObjectRefs of the objects it creates, and updates them in place when the axis ranges change.

Guide What you will learn
Coordinate System The CoordinateSystem helper: scales, size/align/axis_origin, live trails
Coordinate System (examples) Runnable notebook showing the effect of several parameter combinations