painter 0.2.2

A simple plotter library
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod axis;
mod color;
mod drawable;
mod figure;
pub mod primitive;
mod text_render;
pub mod utils;

pub use axis::ScaleStrategy;
pub use figure::Config;
pub use figure::Figure;