Expand description
High-level plot type implementations
This module contains implementations of specific plot types like line plots, scatter plots, surfaces, etc.
Re-exports§
pub use bar::BarChart;pub use figure::Figure;pub use figure::LegendEntry;pub use figure::PlotElement;pub use figure::PlotType;pub use histogram::Histogram;pub use line::LinePlot;pub use line::LineStyle;pub use point_cloud::PointCloudPlot;pub use point_cloud::PointCloudStatistics;pub use point_cloud::PointStyle;pub use point_cloud::SizeMode;pub use scatter::MarkerStyle;pub use scatter::ScatterPlot;pub use surface::ColorMap;pub use surface::ShadingMode;pub use surface::SurfacePlot;pub use surface::SurfaceStatistics;pub use volume::*;