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

Skip to content

Commit 22dffea

Browse files
authored
Merge pull request #11988 from user3483203/master
Updated typo in fill_between docstring
2 parents f68063e + 316408e commit 22dffea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines 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)