Skip to main content

plot_scatter

Function plot_scatter 

Source
pub fn plot_scatter(
    x: &Vec<Vec<f64>>,
    y: &Vec<Vec<f64>>,
    labels: Vec<String>,
    title: &str,
    x_title: &str,
    y_title: &str,
) -> Result<Plot, String>