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>