Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix FigureCanvasAgg.print_raw(...) #6519
+1
−1
Conversation
mdboom
added the
needs_review
label
Jun 1, 2016
|
Thanks. |
mdboom
merged commit 75a35ef
into matplotlib:master
Jun 1, 2016
mdboom
removed the
needs_review
label
Jun 1, 2016
paulromano
deleted the
paulromano:writeraw-fix branch
Jun 1, 2016
mdboom
added a commit
that referenced
this pull request
Jun 1, 2016
|
|
mdboom |
5fbabdf
|
|
Backported to v1.5.x as 5fbabdf |
paulromano
referenced
this pull request
in mit-crpg/openmc
Jun 1, 2016
Merged
Various changes in Python API #667
QuLogic
added this to the
1.5.2 (Critical bug fix release)
milestone
Jun 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
paulromano commentedJun 1, 2016
The
finallyblock inFigureCanvasAgg.print_raw()attempts to close a string instead of a file. This appears to cause any attempts to write .rgb or .rgba files to fail.