Dendrogram._plot_dendrogram¶
- 
visualize.dendrogram.Dendrogram._plot_dendrogram(ax, colormap={'Dendrite': 'grey', 'ApicalDendrite': 'r'})¶
- Plot the dendogram on an axes object. - This is the main plotting method used to either plot the dendogram alone, or to plot the dendrogram in - DendrogramStatistics.- Parameters:¶
- ax : matplotlib.axes.Axes¶
- The matplotlib axes object. 
 
- Returns:¶
- The matplotlib axes object. 
- Return type:¶
 
Documentation unclear, incomplete, broken or wrong? Let us know