Set legend location
#6325
-
Is there a way to set the legend location when plotting, e.g., ds.my_var.plot(legend_kwargs=dict(loc=1)) |
Beta Was this translation helpful? Give feedback.
Answered by
mathause
Mar 4, 2022
Replies: 1 comment 1 reply
-
I don't think there is a keyword. Maybe you can use seaborn.move_legend? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rgcoe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think there is a keyword. Maybe you can use seaborn.move_legend?