plot

Function plot 

Source
pub fn plot(x: Vec<f64>, y: Vec<f64>) -> Result<LinePlot, String>
Expand description

Create a simple line plot (equivalent to MATLAB’s plot(x, y))