Expand description
The plotkit-core prelude — import common types with a single use statement.
Re-exports§
pub use crate::error::PlotError;pub use crate::error::Result;pub use crate::figure::Figure;pub use crate::axes::Axes;pub use crate::primitives::Color;pub use crate::scale::Scale;pub use crate::series::IntoSeries;pub use crate::series::IntoCategories;pub use crate::theme::Theme;pub use crate::theme::LineStyle;pub use crate::theme::Marker;pub use crate::theme::Loc;