Skip to content

Commit 0e3d8bc

Browse files
authored
Merge pull request #11991 from meeseeksmachine/auto-backport-of-pr-11988-on-v3.0.x
Backport PR #11988 on branch v3.0.x
2 parents 08ad482 + 32658ca commit 0e3d8bc

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
@@ -4969,11 +4969,11 @@ def fill_between(self, x, y1, y2=0, where=None, interpolate=False,
49694969
By default, the nodes of the polygon defining the filled region
49704970
will only be placed at the positions in the *x* array. Such a
49714971
polygon cannot describe the above semantics close to the
4972-
intersection. The x-sections containing the intersecion are
4972+
intersection. The x-sections containing the intersection are
49734973
simply clipped.
49744974
49754975
Setting *interpolate* to *True* will calculate the actual
4976-
interscection point and extend the filled region up to this point.
4976+
intersection point and extend the filled region up to this point.
49774977
49784978
step : {'pre', 'post', 'mid'}, optional
49794979
Define *step* if the filling should be a step function,

0 commit comments

Comments
 (0)