8000
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 c2470bb + 1e7983c commit f65a26eCopy full SHA for f65a26e
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.preamble' and 'pdf.preamble' "
+ f"Support for setting the 'text.latex.preamble' and 'pgf.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