quill 0.2.0

A lightweight Rust plotting library for creating simple SVG 2D plots
Documentation
1
2
3
4
5
6
7
8
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum Scale {
    None,
    Scientific,
    Engineering,
    Log,
    Pi,
}