Expand description
The Axes container – holds chart data and renders a single subplot.
Axes is the central workhorse of the plotting library. It stores a list of
Artist values (one per chart call), manages auto-scaling, tick generation,
and drives the full ten-step render pipeline that produces the final visual
output within a subplot rectangle.
Structs§
- Axes
- A single set of axes within a figure, containing chart artists and configuration.
Enums§
- Twin
Side - Specifies which side a twin axes occupies relative to its parent.