plotlars_core/plots/mod.rs
1pub mod array2dplot;
2pub mod barplot;
3pub mod boxplot;
4pub mod candlestick;
5pub mod contourplot;
6pub mod density_mapbox;
7pub mod heatmap;
8pub mod histogram;
9pub mod image;
10pub mod lineplot;
11pub mod mesh3d;
12pub mod ohlc;
13pub mod piechart;
14pub mod sankeydiagram;
15pub mod scatter3dplot;
16pub mod scattergeo;
17pub mod scattermap;
18pub mod scatterplot;
19pub mod scatterpolar;
20pub mod surfaceplot;
21pub mod table;
22pub mod timeseriesplot;