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 316408e

Browse filesBrowse files
committed
Updated typo in fill_between docstring
1 parent f68063e commit 316408e
Copy full SHA for 316408e

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4966,11 +4966,11 @@ def fill_between(self, x, y1, y2=0, where=None, interpolate=False,
49664966
By default, the nodes of the polygon defining the filled region
49674967
will only be placed at the positions in the *x* array. Such a
49684968
polygon cannot describe the above semantics close to the
4969-
intersection. The x-sections containing the intersecion are
4969+
intersection. The x-sections containing the intersection are
49704970
simply clipped.
49714971
49724972
Setting *interpolate* to *True* will calculate the actual
4973-
interscection point and extend the filled region up to this point.
4973+
intersection point and extend the filled region up to this point.
49744974
49754975
step : {'pre', 'post', 'mid'}, optional
49764976
Define *step* if the filling should be a step function,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.