From 316408e84426782ae6f7df29462aee8f812da290 Mon Sep 17 00:00:00 2001 From: Chris Zimmerman Date: Fri, 31 Aug 2018 13:54:59 -0500 Subject: [PATCH] Updated typo in fill_between docstring --- lib/matplotlib/axes/_axes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index 47ba5739e46f..4bf6bae4cac6 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -4966,11 +4966,11 @@ def fill_between(self, x, y1, y2=0, where=None, interpolate=False, By default, the nodes of the polygon defining the filled region will only be placed at the positions in the *x* array. Such a polygon cannot describe the above semantics close to the - intersection. The x-sections containing the intersecion are + intersection. The x-sections containing the intersection are simply clipped. Setting *interpolate* to *True* will calculate the actual - interscection point and extend the filled region up to this point. + intersection point and extend the filled region up to this point. step : {'pre', 'post', 'mid'}, optional Define *step* if the filling should be a step function,