Core types and rendering logic for the plotkit plotting library.
This crate provides the fundamental types (Figure, Axes, Artist),
the Renderer trait, and all chart rendering logic. It is backend-agnostic —
concrete renderers live in separate crates.
Most users should use the plotkit umbrella crate instead of depending on
this crate directly.