//! Plot type implementations
pub mod area;
pub mod bar;
pub mod boxplot;
pub mod bubble;
pub mod datelistplot;
pub mod heatmap;
pub mod histogram;
pub mod line;
pub mod qq;
pub mod scatter;
pub mod stacked_bar;
pub mod timeline;
pub mod treemap;
pub mod violin;