visualize
❭ dendrogram
❭ _DendrogramDendriteStatistics
❭ plot
_DendrogramDendriteStatistics.plot¶
-
visualize.dendrogram._DendrogramDendriteStatistics.plot(ax=
None
)¶ Plot the dendrite statistics.
This method is usually not used alone. Its base method
_plot_dendrite_hist()
is used to plot the dendrogram statistics.- Parameters:¶
ax (
matplotlib.axes.Axes
) – The matplotlib axes object. Default isNone
and a new figure is created.- Returns:¶
The matplotlib axes object.
- Return type:¶