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 b4c8140

Browse filesBrowse files
authored
DOC removed redundant call to plt.show()
1 parent 71b82a2 commit b4c8140
Copy full SHA for b4c8140

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

‎examples/lines_bars_and_markers/fill_demo.py

Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/fill_demo.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
ax.fill(x, y, zorder=10)
2323
ax.grid(True, zorder=5)
24-
plt.show()
2524

2625
x = np.linspace(0, 2 * np.pi, 500)
2726
y1 = np.sin(x)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.