8000 DOC removed redundant call to plt.show() · matplotlib/matplotlib@b4c8140 · GitHub
[go: up one dir, main page]

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 files
authored
DOC removed redundant call to plt.show()
1 parent 71b82a2 commit b4c8140

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/lines_bars_and_markers/fill_demo.py

Lines 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