colors in heatmap python code example
Example 1: python seaborn color map
sns.color_palette("hls", 8)
Example 2: clustermap color palatte
sns.set_palette("husl")
sinplot()
sns.color_palette("hls", 8)
sns.set_palette("husl")
sinplot()