velociplot 0.1.0

Fast, publication-quality scientific plotting library - Quick, precise, and deadly effective
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! 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;