plotters 0.1.9

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

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