Whenever I try to use the hue feature in seaborn it works fine if the column used in Hue has lesser values. But in case of larger number of values it covers/shadows the main plot. Is there anyway to keep/position the hue column value details not on the top of the main plot.
Asked
Active
Viewed 354 times
1 Answers
0
I believe easiest solution is just to enlarge fig size, as plot will take smaller relative size.
Seaborn's doesn't handle well with legends in my opinion. You can edit legend using matplotlib
function: matplotlib's legend guide
Some possible solutions:
- Move legend outside: Move legend outside figure in seaborn tsplot
- resizing the plot: How to move the legend in Seaborn FacetGrid outside of the plot?
- smaller text in legend(see first answer): How to put the legend out of the plot

Roim
- 2,986
- 2
- 10
- 25