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