-
-
Notifications
You must be signed in to change notification settings - Fork 8k
Fix figure legend when drawing stackplots #30186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Yes, I believe this is correct; This could do with a test though. |
Seems right to me too. The legend and the artists it contains (e.g. |
e1a820c
to
b370e30
Compare
@meeseeksmachine please backport to 3.10.x |
@meeseeksdev backport to v3.10.x |
…186-on-v3.10.x Backport PR #30186 on branch v3.10.x (Fix figure legend when drawing stackplots)
PR summary
Fixes #30158 - as suggested in #30158 (comment), two calls were trying to set the figure, and I think one of them doesn't need to.
PR checklist