scatter_multiple

Function scatter_multiple 

Source
pub fn scatter_multiple(
    figure: &mut Figure,
    data_sets: Vec<(Vec<f64>, Vec<f64>, Option<String>)>,
) -> Result<Vec<usize>, String>
Expand description

Add multiple scatter plots to a figure