Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0b534 commit 0d3f639Copy full SHA for 0d3f639
1 file changed
examples/pyplots/whats_new_98_4_fill_between.py
@@ -16,6 +16,6 @@
16
ax.plot(x, y1, x, y2, color='black')
17
ax.fill_between(x, y1, y2, where=y2>y1, facecolor='yellow', alpha=0.5)
18
ax.fill_between(x, y1, y2, where=y2<=y1, facecolor='red', alpha=0.5)
19
-ax.set_title('Highlight Between and Intercept')
+ax.set_title('Fill Between')
20
21
plt.show()
0 commit comments