kuva 0.1.2

Scientific plotting library in Rust with various backends.
Documentation
1
2
3
4
5
6
7
8
9
10
// #[derive(Debug, Clone, Copy)]
// pub struct Point {
//     pub x: f64,
//     pub y: f64,
// }

// pub enum BarX {
//     Numeric(f64),
//     Category(String),
// }2