Skip to main content

plot_scatter

Function plot_scatter 

Source
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