Dendrogram.plot¶
- 
visualize.dendrogram.Dendrogram.plot(ax=None)¶
- Plot the dendrogram. - 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