ggplot-rs 0.3.0

A Rust implementation of ggplot2's Grammar of Graphics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod aes;
pub mod annotate;
pub mod build;
pub mod coord;
pub mod data;
pub mod facet;
pub mod geom;
pub mod guide;
pub mod plot;
pub mod position;
pub mod prelude;
pub mod render;
pub mod scale;
pub mod stat;
pub mod theme;

pub use plot::{GGError, GGPlot};