Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit debac32

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
1 parent 06dad9b commit debac32

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
@@ -4246,7 +4246,6 @@ def test_dash_offset():
42464246
y = np.ones_like(x)
42474247
for j in range(0, 100, 2):
42484248
ax.plot(x, j*y, ls=(j, (10, 10)), lw=5, color='k')
4249-
plt.show()
42504249

42514250

42524251
@cleanup

0 commit comments

Comments
 (0)