seaborn collor rocket code example
Example 1: list of seaborn color palette
sns.color_palette("rocket", as_cmap=True)
Example 2: clustermap color palatte
sns.set_palette("husl")
sinplot()
sns.color_palette("rocket", as_cmap=True)
sns.set_palette("husl")
sinplot()