We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8085ea2 commit fa2d0f0Copy full SHA for fa2d0f0
lib/matplotlib/tests/test_ttconv.py
@@ -17,7 +17,7 @@ def test_truetype_conversion(recwarn):
17
ax.set_yticks([])
18
19
20
-@image_comparison(["ttconv_transforms"], extensions=["pdf"])
+@image_comparison(["ttconv_transforms.pdf"])
21
def test_ttconv_transforms():
22
matplotlib.rcParams['pdf.fonttype'] = 3
23
fig, ax = plt.subplots()
0 commit comments