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

Skip to content

Commit aa45e26

Browse files
committed
Merge pull request matplotlib#4080 from efiring/no_show_in_test
test_axes: remove extraneous "show()"
2 parents a05a02a + 4f53447 commit aa45e26

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
@@ -3503,7 +3503,6 @@ def test_color_None():
35033503
# issue 3855
35043504
fig, ax = plt.subplots()
35053505
ax.plot([1,2], [1,2], color=None)
3506-
plt.show()
35073506

35083507
@cleanup
35093508
def test_numerical_hist_label():

0 commit comments

Comments
 (0)