_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 is - Noneand a new figure is created.
 
- Returns:¶
- The matplotlib axes object. 
- Return type:¶
 
Documentation unclear, incomplete, broken or wrong? Let us know