Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Fixed failing bbox_inches='tight' case when a contour collection is empty#1929
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
LGTM 👍 for merge |
Maybe rebase for the 1.2.x branch, then looks good to me. |
You're right that the bug has existed for a good while, but it is only manifest with a recent change to master, so nobody is going to see this unless they are doing some pretty low-level interface stuff. Long and short: I'm not that keen to rebase as I don't think it will make much difference, and I haven't verified that the change makes sensebefore the change that made this a problem. Obviously, if you feel strongly about it, I'd be happy enough to rebase against Cheers, |
pmarshwx commentedMay 3, 2013
My vote is to merge this to master and then not worry about back-porting if you are unsure about this breaking something in v1.2.x. As the one who posted this to the IPython listserv, getting this fix into master sooner rather than later will greatly help my local codebase. Just my $0.02 |
Fixed failing bbox_inches='tight' case when a contour collection is empty
Thanks@mdboom |
FWIW: I did cherry-pick this to 1.2.x as well. |
😄 thanks for the heads up |
Identified on the ipython-dev mailinglist:http://python.6.x6.nabble.com/Maptlotlib-Contour-Issue-Bug-with-IPython-Notebook-td5014995.html