Plot#

plot_distribution_contour_dendrogram(model)

Plots the distribution of mean contours in a bar graph with labeling of mean contours and their dendrogram.

plot_distribution_contour(model[, ...])

Plots the distribution of mean contours in a bar graph with labeling of mean contours.

plot_contour_dendrogram(model[, fig_size])

Plots dendrogram with mean contours.

plot_distribution(properties_df[, ax])

Plots the distribution of mean contours in a bar graph.

plot_dendrogram(model[, ax, fig_size])

Plots dendrogram of mean contours.

plot_contours(model[, apply_properties_df, ...])

Plots mean contours.

plot_representatives(model, apply_properties_df)

Plots representative object contours.

set_plot_style()

Set matplotlib plot settings of rcParams for better visualization.

save_fig(fig, output_path, fig_type[, ...])

Save figure to local directory.