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 99e5121 commit 86b777bCopy full SHA for 86b777b
1 file changed
examples/lines_bars_and_markers/fill_between_alpha.py
@@ -7,9 +7,9 @@
7
It has a very handy ``where`` argument to combine filling with logical ranges,
8
e.g., to just fill in a curve over some threshold value.
9
10
-At its most basic level, ``fill_between`` can be use to enhance a graphs visual
11
-appearance. Let's compare two graphs of a financial times with a simple line
12
-plot on the left and a filled line on the right.
+At its most basic level, ``fill_between`` can be used to enhance a graph's
+visual appearance. Let's compare two graphs of financial data with a simple
+line plot on the left and a filled line on the right.
13
"""
14
15
import matplotlib.pyplot as plt
0 commit comments