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

Skip to content

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)