pub fn plot_scatter<T>(
x_data: &ArrayView1<'_, T>,
y_data: &ArrayView1<'_, T>,
config: &PlotConfig,
) -> NdimageResult<String>Expand description
Create a scatter plot of two data arrays
pub fn plot_scatter<T>(
x_data: &ArrayView1<'_, T>,
y_data: &ArrayView1<'_, T>,
config: &PlotConfig,
) -> NdimageResult<String>Create a scatter plot of two data arrays