plotlib 0.1.0

Plotting data structures and tools
Documentation
/*!

Data structures and helpers for managing plotting data

*/

pub mod histogram;
pub mod scatter;
pub mod axis;
pub mod utils;
pub mod text_render;