ggplot-rs 0.6.0

A Rust implementation of ggplot2's Grammar of Graphics
Documentation
1
2
3
4
5
6
7
8
9
10
11
x,y,ymin,ymax
1,4.0,2.0,6.0
2,6.0,4.0,8.0
3,8.0,6.0,10.0
4,10.0,8.0,12.0
5,12.0,10.0,14.0
6,14.0,12.0,16.0
7,16.0,14.0,18.0
8,18.0,16.0,20.0
9,20.0,18.0,22.0
10,22.0,20.0,24.0