Skip to content

Commit 78cd8c1

Browse files
authored
DOC removed redundant call to plt.show()
1 parent bb78f0d commit 78cd8c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/lines_bars_and_markers/fill_demo.py

-1
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)