10BC0
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 04d4ace commit 6fd8684Copy full SHA for 6fd8684
lib/matplotlib/testing/__init__.py
@@ -91,7 +91,7 @@ def _check_for_pgf(texsystem):
91
with TemporaryDirectory() as tmpdir:
92
tex_path = Path(tmpdir, "test.tex")
93
tex_path.write_text(r"""
94
- \documentclass{minimal}
+ \documentclass{article}
95
\usepackage{pgf}
96
\begin{document}
97
\typeout{pgfversion=\pgfversion}
0 commit comments