pub fn plot_scatter_2d<P: AsRef<Path>>(
scatter_plot: &ScatterPlot2D,
output_path: P,
output_config: &PlotOutput,
) -> Result<()>Expand description
Native 2D scatter plot using plotters
pub fn plot_scatter_2d<P: AsRef<Path>>(
scatter_plot: &ScatterPlot2D,
output_path: P,
output_config: &PlotOutput,
) -> Result<()>Native 2D scatter plot using plotters