mesh

Function mesh 

Source
pub fn mesh(
    x: Vec<f64>,
    y: Vec<f64>,
    z: Vec<Vec<f64>>,
) -> Result<SurfacePlot, String>
Expand description

Create a mesh plot (wireframe surface)