Skip to content

Commit 7087048

Browse files
committed
TST: add plots
1 parent 54e9994 commit 7087048

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2816,7 +2816,7 @@ def test_errobar_nonefmt():
28162816

28172817

28182818
@image_comparison(baseline_images=['errorbar_with_prop_cycle'],
2819-
extensions=['png'], style='mpl20')
2819+
extensions=['png'], style='mpl20', remove_text=True)
28202820
def test_errorbar_with_prop_cycle():
28212821
_cycle = cycler(ls=['--', ':'], marker=['s', 's'], mfc=['k', 'w'])
28222822
plt.rc("axes", prop_cycle=_cycle)

0 commit comments

Comments
 (0)