-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Notebook backend broken on Master #5944
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
Comments
Remilestoned to 1.5.2, since #5910 was backported to there and now has this bug as well. |
I can't reproduce it on 1.5.x I guess the backport does stuff slightly different? |
Yes -- you were right, actually. Only master has the "pass None to _png.write_png to write to a string buffer" optimization that's affected by this. |
jenshnielsen
added a commit
that referenced
this issue
Jan 30, 2016
Fix #5944: Fix PNG writing from notebook backend
dashed
pushed a commit
to dashed/matplotlib
that referenced
this issue
Feb 1, 2016
Fix matplotlib#5944: Fix PNG writing from notebook backend
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just trying to do something simple like:
results in
git bisect tells me that it was broken by 9758da5
The text was updated successfully, but these errors were encountered: