plot_surface

Function plot_surface 

Source
pub fn plot_surface<T>(
    data: &ArrayView2<'_, T>,
    config: &PlotConfig,
) -> NdimageResult<String>
Expand description

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