@@ -1136,7 +1136,7 @@ def plot(self, *args, scalex=True, scaley=True, **kwargs):
11361136 >>> plot(y, 'r+') # ditto, but with red plusses
11371137
11381138 You can use `.Line2D` properties as keyword arguments for more
1139- control on the appearance. Line properties and *fmt* can be mixed.
1139+ control on the appearance. Line properties and *fmt* can be mixed.
11401140 The following two calls yield identical results:
11411141
11421142 >>> plot(x, y, 'go--', linewidth=2, markersize=12)
@@ -3155,16 +3155,15 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
31553155
31563156 labels : sequence, optional
31573157 Labels for each dataset. Length must be compatible with
3158- dimensions of ``x``.
3158+ dimensions of ``x``.
31593159
31603160 manage_xticks : bool, optional (True)
31613161 If the function should adjust the xlim and xtick locations.
31623162
31633163 autorange : bool, optional (False)
3164- When `True` and the data are distributed such that the 25th and
3164+ When `True` and the data are distributed such that the 25th and
31653165 75th percentiles are equal, ``whis`` is set to ``'range'`` such
3166- that the whisker ends are at the minimum and maximum of the
3167- data.
3166+ that the whisker ends are at the minimum and maximum of the data.
31683167
31693168 meanline : bool, optional (False)
31703169 If `True` (and ``showmeans`` is `True`), will try to render
@@ -5728,7 +5727,7 @@ def pcolorfast(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
57285727 It's designed to provide the fastest pcolor-type plotting with the
57295728 Agg backend. To achieve this, it uses different algorithms internally
57305729 depending on the complexity of the input grid (regular rectangular,
5731- non-regular rectangular or arbitrary quadrilateral).
5730+ non-regular rectangular or arbitrary quadrilateral).
57325731
57335732 .. warning::
57345733
0 commit comments