sakz 0.1.0

Fast and simple plotting library.
Documentation
1
2
3
4
5
6
7
pub mod common;
pub mod scatter;

pub use crate::plotters::common::Plot;
pub use crate::plotters::scatter::Scatter;

mod utils;