pub fn mesh( x: Vec<f64>, y: Vec<f64>, z: Vec<Vec<f64>>, ) -> Result<SurfacePlot, String>
Create a mesh plot (wireframe surface)