sakz 0.1.0

Fast and simple plotting library.
Documentation
1
2
3
4
5
6
7
8
mod extern_api;
mod figure;
mod plotters;
mod reducer;
mod saver;

pub use figure::{CoordinateSystem, Figure};
pub use plotters::{Plot, Scatter};