Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Give a better error message on missing PostScript fonts #6428
+80
−6
Conversation
mdboom
added the
needs_review
label
May 15, 2016
tacaswell
added this to the
1.5.2 (Critical bug fix release)
milestone
May 16, 2016
tacaswell
added the
not a blocker
label
May 16, 2016
tacaswell
modified the milestone: 2.0 (style change major release), 1.5.2 (Critical bug fix release)
May 16, 2016
jenshnielsen
closed this
May 22, 2016
jenshnielsen
reopened this
May 22, 2016
jenshnielsen
added needs_review and removed needs_review
labels
May 22, 2016
|
Cycled to retrigger appveyor I think the error is unrelated. |
|
|
|
The appveyor error does seem unrelated:
|
|
trying to retrigger appveyor |
jkseppan
closed this
May 22, 2016
jkseppan
reopened this
May 22, 2016
mdboom
added needs_review and removed needs_review
labels
May 22, 2016
tacaswell
modified the milestone: 2.1 (next point release), 2.0 (style change major release)
May 22, 2016
tacaswell
commented on the diff
May 22, 2016
lib/matplotlib/backends/backend_pdf.py
| @@ -2523,6 +2535,7 @@ def print_pdf(self, filename, **kwargs): | ||
| bbox_inches_restore=_bbox_inches_restore) | ||
| self.figure.draw(renderer) | ||
| renderer.finalize() | ||
| + file.finalize() |
jkseppan
Member
|
|
Rebased in the hope that the AppVeyor change in master makes the tests more robust. |
|
LGTM |
NelleV
changed the title from
Give a better error message on missing PostScript fonts to [MRG+1] Give a better error message on missing PostScript fonts
Dec 19, 2016
tacaswell
merged commit f99a985
into matplotlib:master
Dec 19, 2016
QuLogic
changed the title from
[MRG+1] Give a better error message on missing PostScript fonts to Give a better error message on missing PostScript fonts
Dec 19, 2016
QuLogic
removed the
needs_review
label
Dec 19, 2016
QuLogic
referenced
this pull request
Dec 22, 2016
Merged
Save SVG test directly to file instead of its name. #7668
jkseppan
deleted the
jkseppan:missing-ps-fonts branch
Dec 26, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jkseppan commentedMay 15, 2016
For #4167; does not fix the problem, as it would need supporting a whole different kind of font, but gives a more useful error message.