We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24524c4 + 8ab093b commit 9faf231Copy full SHA for 9faf231
lib/matplotlib/tests/test_agg_filter.py
@@ -4,7 +4,8 @@
4
from matplotlib.testing.decorators import image_comparison
5
6
7
-@image_comparison(baseline_images=['agg_filter_alpha'])
+@image_comparison(baseline_images=['agg_filter_alpha'],
8
+ extensions=['png', 'pdf'])
9
def test_agg_filter_alpha():
10
ax = plt.axes()
11
x, y = np.mgrid[0:7, 0:8]
0 commit comments