deprecation of assigning palette, without assigning hue using seaborn
Passing palette
without assigning hue
is deprecated and will be removed in v0.14.0. Assign the x
variable to hue
and set legend=False
for the same effect.
Passing palette
without assigning hue
is deprecated and will be removed in v0.14.0. Assign the x
variable to hue
and set legend=False
for the same effect.