This is documentation for an old release of SciPy (version 0.12.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
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.
|