lognplot 0.1.0

Log and plot data
Documentation
1
2
3
4
5
6
7
8
//! Submodule containing some types for styling stuff.
//! Elements here, are paint, stroke style, colors, etc..

mod color;
mod stroke;

pub use color::Color;
pub use stroke::Stroke;