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

Skip to content

Commit c0e4097

Browse files
davidgilbertsonandrew-fennell
authored andcommitted
DOC: Fix a few typos in fill_between_alpha example
1 parent 821acfb commit c0e4097

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/lines_bars_and_markers/fill_between_alpha.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
It has a very handy ``where`` argument to combine filling with logical ranges,
88
e.g., to just fill in a curve over some threshold value.
99
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.
10+
At its most basic level, ``fill_between`` can be used to enhance a graph's
11+
visual appearance. Let's compare two graphs of financial data with a simple
12+
line plot on the left and a filled line on the right.
1313
"""
1414

1515
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)