@@ -758,7 +758,7 @@ def axvline(self, x=0, ymin=0, ymax=1, **kwargs):
758
758
759
759
>>> axvline(x=1)
760
760
761
- * draw a default vline at *x* = .5 that spans the the middle half of
761
+ * draw a default vline at *x* = .5 that spans the middle half of
762
762
the yrange::
763
763
764
764
>>> axvline(x=.5, ymin=0.25, ymax=0.75)
@@ -4850,7 +4850,7 @@ def pcolor(self, *args, **kwargs):
4850
4850
than those of *C*; if the dimensions are the same, then the
4851
4851
last row and column of *C* will be ignored.
4852
4852
4853
- Note that the the column index corresponds to the
4853
+ Note that the column index corresponds to the
4854
4854
*x*-coordinate, and the row index corresponds to *y*; for
4855
4855
details, see the :ref:`Grid Orientation
4856
4856
<axes-pcolor-grid-orientation>` section below.
@@ -5298,7 +5298,7 @@ def pcolorfast(self, *args, **kwargs):
5298
5298
produce faster and more compact output using ps, pdf, and
5299
5299
svg backends, however.
5300
5300
5301
- Note that the the column index corresponds to the x-coordinate,
5301
+ Note that the column index corresponds to the x-coordinate,
5302
5302
and the row index corresponds to y; for details, see
5303
5303
the "Grid Orientation" section below.
5304
5304
0 commit comments