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 04d4ace + 6fd8684 commit 2b96795Copy full SHA for 2b96795
1 file changed
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