eqdraw 0.1.3

Plot EQUATIONS directly in your TERMINAL
Documentation
1
2
3
4
5
6
7
pub struct PlotArgs {
    pub queries: Vec<String>,
    pub x_min: Option<f64>,
    pub x_max: Option<f64>,
    pub y_min: Option<f64>,
    pub y_max: Option<f64>,
}