8000 Merge pull request #6529 from afvincent/TST_avoid_calling_show_in_tes… · matplotlib/matplotlib@7f7080b · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f7080b

Browse files
committed
Merge pull request #6529 from afvincent/TST_avoid_calling_show_in_test_dash_offset
TST Remove plt.show() from test_axes.test_dash_offset
2 parents 75a35ef + 80ffd04 commit 7f7080b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4249,7 +4249,6 @@ def test_dash_offset():
42494249
y = np.ones 6265 _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)
0