Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65349e1 + 79578f4 commit 22f4782Copy full SHA for 22f4782
1 file changed
lib/matplotlib/rcsetup.py
@@ -150,7 +150,7 @@ def validate_bool_maybe_none(b):
150
151
def _validate_tex_preamble(s):
152
message = (
153
- f"Support for setting the 'text.latex.unicode' and 'pdf.preamble' "
+ f"Support for setting the 'text.latex.preamble' and 'pdf.preamble' "
154
f"rcParams to {s!r} is deprecated since %(since)s and will be "
155
f"removed %(removal)s; please set them to plain (possibly empty) "
156
f"strings instead.")
0 commit comments