scatter

Function scatter 

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

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