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

Skip to content

Commit 5e64f9e

Browse files
authored
Merge pull request #11990 from meeseeksmachine/auto-backport-of-pr-11988-on-v2.2.x
Backport PR #11988 on branch v2.2.x
2 parents fd4e79c + a872a85 commit 5e64f9e

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
@@ -5037,11 +5037,11 @@ def fill_between(self, x, y1, y2=0, where=None, interpolate=False,
50375037
By default, the nodes of the polygon defining the filled region
50385038
will only be placed at the positions in the *x* array. Such a
50395039
polygon cannot describe the above semantics close to the
5040-
intersection. The x-sections containing the intersecion are
5040+
intersection. The x-sections containing the intersection are
50415041
simply clipped.
50425042
50435043
Setting *interpolate* to *True* will calculate the actual
5044-
interscection point and extend the filled region up to this point.
5044+
intersection point and extend the filled region up to this point.
50455045
50465046
step : {'pre', 'post', 'mid'}, optional
50475047
Define *step* if the filling should be a step function,

0 commit comments

Comments
 (0)