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.

Logo

Related Topics

  • Documentation overview
    • Clustering package (scipy.cluster)
      • Hierarchical clustering (scipy.cluster.hierarchy)
        • Previous: scipy.cluster.hierarchy.num_obs_linkage
        • Next: Constants (scipy.constants)

Quick search

Enter search terms or a module, class or function name.

©2008-2014, The Scipy community. | Powered by Sphinx 1.3.1 & Alabaster 0.7.6