Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit debac32

Browse filesBrowse 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
Copy full SHA for debac32

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎lib/matplotlib/tests/test_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.