pub fn plot_dendrogram<P: AsRef<Path>>(
dendrogram_plot: &DendrogramPlot<f64>,
output_path: P,
output_config: &PlotOutput,
) -> Result<()>Expand description
Native dendrogram plot using plotters
pub fn plot_dendrogram<P: AsRef<Path>>(
dendrogram_plot: &DendrogramPlot<f64>,
output_path: P,
output_config: &PlotOutput,
) -> Result<()>Native dendrogram plot using plotters