Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how do i change the hue color in seaborn

palette=['tab:blue', 'tab:green', 'tab:orange', 'tab:red']

Example: 
sns.scatterplot( data=df,
                x="perm",
                y="perm',
                hue="perm",
                palette=['tab:blue', 'tab:green', 'tab:orange', 'tab:red'] )
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #hue #color #seaborn
ADD COMMENT
Topic
Name
6+2 =