Skip to content

Commit 80ffd04

Browse files
committed
TST Remove plt.show() from test_axes.test_dash_offset
1 parent 75a35ef commit 80ffd04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/tests/test_axes.py

-1
Original file line numberDiff line numberDiff line change
@@ -4249,7 +4249,6 @@ def test_dash_offset():
42494249
y = np.ones_like(x)
42504250
for j in range(0, 100, 2):
42514251
ax.plot(x, j*y, ls=(j, (10, 10)), lw=5, color='k')
4252-
plt.show()
42534252

42544253

42554254
@cleanup

0 commit comments

Comments
 (0)