vampire.plot.plot_dendrogram#
- vampire.plot.plot_dendrogram(model, ax=None, fig_size=(6, 2))[source]#
Plots dendrogram of mean contours.
- Parameters:
- modelvampire.model.Vampire
Built VAMPIRE model.
- axAxes, optional
Figure axis to be plotted on. Cannot be not None with
output_pathat the same time.- fig_size(float, float), optional
Width, height in inches. Default (6, 2).
- Returns:
- axmatplotlib.axes.Axes
See also