pub mod array2dplot;
pub mod barplot;
pub mod boxplot;
pub mod candlestick;
pub mod contourplot;
pub mod density_mapbox;
pub mod heatmap;
pub mod histogram;
pub mod image;
pub mod lineplot;
pub mod mesh3d;
pub mod ohlc;
pub mod piechart;
pub mod sankeydiagram;
pub mod scatter3dplot;
pub mod scattergeo;
pub mod scattermap;
pub mod scatterplot;
pub mod scatterpolar;
pub mod surfaceplot;
pub mod table;
pub mod timeseriesplot;