//! The `Plot` model, backend abstraction, and shared types.
pub mod backend;
pub mod color;
pub mod colormap;
pub mod decimate;
pub mod dtime_ticks;
pub mod fitting;
pub mod items;
pub mod marker;
pub mod plot;
pub mod roi;
pub mod scatter_viz;
pub mod shape;
pub mod stats;
pub mod transform;
pub mod triangles;