realtime_termgraph 0.2.1

A realtime plotting library that outputs a graph to the terminal
Documentation
1
2
3
4
5
6
7
mod canvas;
mod scatter_plot;

pub type Point = (f32, f32);

pub use canvas::Canvas;
pub use scatter_plot::ScatterPlot;