painter 0.2.2

A simple plotter library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod area;
mod config;
mod curve;
mod errorbar;
mod heatmap;
mod histrogram;
mod scatter;
mod stair;

pub use area::{Area, AreaType};
pub use config::Config;
pub use curve::Curve;
pub use errorbar::{ErrorBar, ErrorBarType};
pub use histrogram::Histrogram;
pub use scatter::Scatter;
pub use stair::{Stair, StairStyle};