Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86b777b

Browse filesBrowse files
DOC: Fix a few typos in fill_between_alpha example
1 parent 99e5121 commit 86b777b
Copy full SHA for 86b777b

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎examples/lines_bars_and_markers/fill_between_alpha.py

Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/fill_between_alpha.py
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.