Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Fix AttributeError in GTK3Agg backend#12016
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks, and congratulation to your first contribution to matplotlib!
Regression from#11845. |
anntzer commentedSep 5, 2018 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Now the real question is why flake8 didn't catch this... |
…016-on-v3.0.xBackport PR#12016 on branch v3.0.x (Fix AttributeError in GTK3Agg backend)
Fixes#12015
PR Summary
backend_cairo
has not_unmultipled_rgba8888_to_premultiplied_argb32
attribute, butcbook
does.Examples doesn't work without this patch, but works well with it.
PR Checklist