Deprecate text.latex.unicode.#11381
Merged
tacaswell merged 2 commits intomatplotlib:masterfrom Jul 9, 2018
Merged
Conversation
Member
|
Travis says: Can we get rid of that warning? |
a76eaba to
d3ab158
Compare
Contributor
Author
|
fixed |
jklymak
approved these changes
Jun 19, 2018
d3ab158 to
0e611f9
Compare
Contributor
Author
|
rebased |
Member
tacaswell
approved these changes
Jul 8, 2018
Member
tacaswell
left a comment
There was a problem hiding this comment.
Conditional on a rebase and confirmation that we expect all reasonable latex installations to have the inputenc package installed.
Contributor
Author
|
It's in debian's https://packages.debian.org/stretch/texlive-latex-base and arch's https://www.archlinux.org/packages/extra/any/texlive-core/; seems good enough? |
It is 2018 and Python3 is ruling the world; it is high time for usetex
to default to unicode support as well.
(If ``\usepackage[utf8]{inputenc}`` is irremediably breaking some users'
setup we can always revisit this decision.)
Contributor
Author
|
rebased |
0e611f9 to
0805c57
Compare
QuLogic
reviewed
Jul 8, 2018
lib/matplotlib/__init__.py
Outdated
| 'axes.hold': ('2.1',), | ||
| 'backend.qt4': ('2.2',), | ||
| 'backend.qt5': ('2.2',), | ||
| 'text.latex.unicde': ('3.0',), |
0805c57 to
70f16f3
Compare
70f16f3 to
9a147a4
Compare
This was referenced Jun 18, 2019
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.
Redo of #11255 (which was reverted in #11345) as the reason for the revert (the test suite being spammed by warnings) went away now that #11292 has been merged.
PR Summary
PR Checklist