plotters 0.1.1

Anoter Plotting Library in Rust
Documentation
1
2
3
4
5
mod bitmap;
mod svg;

pub use bitmap::BitMapBackend;
pub use self::svg::SVGBackend;