Skip to content

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dstansby
Copy link
Member

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

@QuLogic
Copy link
Member

QuLogic commented Jun 19, 2025

Yes, I believe this is correct; HandlerBase.update_prop will set the correct figure (via Legend._set_artist_props), HandlerPolyCollection._update_prop exists to do the class-specific work of pulling the properties from the first artist in a collection and doesn't need to set the figure.

This could do with a test though.

@rcomer
Copy link
Member

rcomer commented Jun 28, 2025

Seems right to me too. The legend and the artists it contains (e.g. legend_handle here) are on the root Figure, whereas orig_handle is on the SubFigure, so they should not match.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Stackplot in SubFigure raises when drawing Legend
3 participants