Skip to main content

plot_surface

Function plot_surface 

Source
pub fn plot_surface<T>(
    data: &ArrayBase<ViewRepr<&T>, Dim<[usize; 2]>>,
    config: &PlotConfig,
) -> Result<String, NdimageError>
Expand description

Generate a 3D surface plot representation of a 2D array