meshgrid_surf

Function meshgrid_surf 

Source
pub fn meshgrid_surf(
    x_range: (f64, f64),
    y_range: (f64, f64),
    resolution: (usize, usize),
    func: impl Fn(f64, f64) -> f64,
) -> Result<SurfacePlot, String>
Expand description

Create surface from meshgrid