Module plots

Module plots 

Source
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::*;

Modules§

bar
Bar chart implementation
figure
Figure management for multiple overlaid plots
histogram
Histogram implementation
line
Line plot implementation
point_cloud
3D point cloud visualization
scatter
Scatter plot implementation
surface
3D surface plot implementation
volume
Volume rendering implementation