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.
1 parent c2470bb commit 1e7983cCopy full SHA for 1e7983c
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