Restart pgf's latex instance after bad latex inputs.#16695
Merged
timhoffm merged 1 commit intomatplotlib:v3.2.xfrom Mar 8, 2020
Merged
Restart pgf's latex instance after bad latex inputs.#16695timhoffm merged 1 commit intomatplotlib:v3.2.xfrom
timhoffm merged 1 commit intomatplotlib:v3.2.xfrom
Conversation
QuLogic
reviewed
Mar 7, 2020
timhoffm
approved these changes
Mar 7, 2020
Contributor
Author
|
Agreed it's a typo. Away from my computer, if either of you want to force push it for me please do. |
QuLogic
approved these changes
Mar 8, 2020
Member
|
Well, that didn't work, but how come it didn't fail on |
Member
|
OK, on |
... and also move the warning about pgf-to-stream not supporting raster images to when actually outputting a raster image (otherwise the warning is spurious, and affects e.g. test_tex_restart_after_error).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
... and also move the warning about pgf-to-stream not supporting raster
images to when actually outputting a raster image (otherwise the warning
is spurious, and affects e.g. test_tex_restart_after_error).
backport of #15969. closes https://discourse.matplotlib.org/t/user-warning-steamed-pgf-code-does-not-support-raster-graphics/20934.
(this was not detected previously because we didn't cover the pgf+savefig("tight") combo)
PR Summary
PR Checklist