We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb78f0d commit 78cd8c1Copy full SHA for 78cd8c1
examples/lines_bars_and_markers/fill_demo.py
@@ -21,7 +21,6 @@
21
22
ax.fill(x, y, zorder=10)
23
ax.grid(True, zorder=5)
24
-plt.show()
25
26
x = np.linspace(0, 2 * np.pi, 500)
27
y1 = np.sin(x)
0 commit comments