Expand description
Prelude module for plotiron
This module re-exports the most commonly used types and traits from plotiron,
making it convenient to import everything needed with a single use statement:
use plotiron::prelude::*;Re-exportsยง
pub use crate::axes::Axes;pub use crate::colors::Color;pub use crate::figure::Figure;pub use crate::markers::Marker;pub use crate::plot::Plot;pub use crate::IntoVec;pub use crate::dot;pub use crate::figure;pub use crate::figure;pub use crate::figure_with_size;pub use crate::plot;pub use crate::plot;pub use crate::scatter;