scipy.cluster.hierarchy.set_link_color_palette¶
- scipy.cluster.hierarchy.set_link_color_palette(palette)[source]¶
Set list of matplotlib color codes for dendrogram color_threshold.
Parameters: palette : list
A list of matplotlib color codes. The order of the color codes is the order in which the colors are cycled through when color thresholding in the dendrogram.