@@ -166,7 +166,7 @@ def set_title(self, label, fontdict=None, loc="center", **kwargs):
166166 text : :class:`~matplotlib.text.Text`
167167 The matplotlib text instance representing the title
168168
169- Other parameters
169+ Other Parameters
170170 ----------------
171171 kwargs : text properties
172172 Other keyword arguments are text properties, see
@@ -210,7 +210,7 @@ def set_xlabel(self, xlabel, fontdict=None, labelpad=None, **kwargs):
210210 labelpad : scalar, optional, default: None
211211 spacing in points between the label and the x-axis
212212
213- Other parameters
213+ Other Parameters
214214 ----------------
215215 kwargs : `~matplotlib.text.Text` properties
216216
@@ -241,7 +241,7 @@ def set_ylabel(self, ylabel, fontdict=None, labelpad=None, **kwargs):
241241 labelpad : scalar, optional, default: None
242242 spacing in points between the label and the x-axis
243243
244- Other parameters
244+ Other Parameters
245245 ----------------
246246 kwargs : `~matplotlib.text.Text` properties
247247
@@ -588,7 +588,7 @@ def text(self, x, y, s, fontdict=None, withdash=False, **kwargs):
588588 Creates a `~matplotlib.text.TextWithDash` instance instead of a
589589 `~matplotlib.text.Text` instance.
590590
591- Other parameters
591+ Other Parameters
592592 ----------------
593593 kwargs : `~matplotlib.text.Text` properties.
594594 Other miscellaneous text parameters.
@@ -677,7 +677,7 @@ def axhline(self, y=0, xmin=0, xmax=1, **kwargs):
677677 -------
678678 :class:`~matplotlib.lines.Line2D`
679679
680- Other parameters
680+ Other Parameters
681681 ----------------
682682 **kwargs :
683683 Valid kwargs are :class:`~matplotlib.lines.Line2D` properties,
@@ -751,7 +751,7 @@ def axvline(self, x=0, ymin=0, ymax=1, **kwargs):
751751 -------
752752 :class:`~matplotlib.lines.Line2D`
753753
754- Other parameters
754+ Other Parameters
755755 ----------------
756756 **kwargs :
757757 Valid kwargs are :class:`~matplotlib.lines.Line2D` properties,
@@ -945,7 +945,7 @@ def hlines(self, y, xmin, xmax, colors='k', linestyles='solid',
945945 -------
946946 lines : `~matplotlib.collections.LineCollection`
947947
948- Other parameters
948+ Other Parameters
949949 ----------------
950950 kwargs : `~matplotlib.collections.LineCollection` properties.
951951
@@ -1023,7 +1023,7 @@ def vlines(self, x, ymin, ymax, colors='k', linestyles='solid',
10231023 -------
10241024 lines : `~matplotlib.collections.LineCollection`
10251025
1026- Other parameters
1026+ Other Parameters
10271027 ----------------
10281028 kwargs : `~matplotlib.collections.LineCollection` properties.
10291029
@@ -1454,7 +1454,7 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
14541454 matplotlib.dates.num2date : how to convert num to dates
14551455 matplotlib.dates.drange : how floating point dates
14561456
1457- Other parameters
1457+ Other Parameters
14581458 ----------------
14591459 **kwargs :
14601460 Keyword arguments control the :class:`~matplotlib.lines.Line2D`
@@ -1559,7 +1559,7 @@ def semilogx(self, *args, **kwargs):
15591559 `~matplotlib.pyplot.plot`
15601560 Log-scaled plot on the *x* axis.
15611561
1562- Other parameters
1562+ Other Parameters
15631563 ----------------
15641564 **kwargs :
15651565 Keyword arguments control the :class:`~matplotlib.lines.Line2D`
@@ -1612,7 +1612,7 @@ def semilogy(self, *args, **kwargs):
16121612 `~matplotlib.lines.Line2D`
16131613 Line instance of the plot.
16141614
1615- Other parameters
1615+ Other Parameters
16161616 ----------------
16171617 **kwargs :
16181618 This function supports all the keyword arguments of
@@ -1675,7 +1675,7 @@ def acorr(self, x, **kwargs):
16751675 `plot`.
16761676 - `b` is the x-axis.
16771677
1678- Other parameters
1678+ Other Parameters
16791679 ----------------
16801680 linestyle : `~matplotlib.lines.Line2D` prop, optional, default: None
16811681 Only used if usevlines is False.
@@ -1733,7 +1733,7 @@ def xcorr(self, x, y, normed=True, detrend=mlab.detrend_none,
17331733 `plot`.
17341734 - `b` is the x-axis (none, if plot is used).
17351735
1736- Other parameters
1736+ Other Parameters
17371737 ----------------
17381738 linestyle : `~matplotlib.lines.Line2D` prop, optional, default: None
17391739 Only used if usevlines is False.
@@ -1803,7 +1803,7 @@ def step(self, x, y, *args, **kwargs):
18031803 list
18041804 List of lines that were added.
18051805
1806- Other parameters
1806+ Other Parameters
18071807 ----------------
18081808 where : [ 'pre' | 'post' | 'mid' ]
18091809 If 'pre' (the default), the interval from
@@ -2186,7 +2186,7 @@ def barh(self, bottom, width, height=0.8, left=None, **kwargs):
21862186 -------
21872187 `matplotlib.patches.Rectangle` instances.
21882188
2189- Other parameters
2189+ Other Parameters
21902190 ----------------
21912191 color : scalar or array-like, optional
21922192 the colors of the bars
@@ -3838,7 +3838,7 @@ def scatter(self, x, y, s=None, c=None, marker=None, cmap=None, norm=None,
38383838 -------
38393839 paths : `~matplotlib.collections.PathCollection`
38403840
3841- Other parameters
3841+ Other Parameters
38423842 ----------------
38433843 kwargs : `~matplotlib.collections.Collection` properties
38443844
@@ -4105,7 +4105,7 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None,
41054105
41064106 Order of scalars is (left, right, bottom, top).
41074107
4108- Other parameters
4108+ Other Parameters
41094109 ----------------
41104110 cmap : object, optional, default is *None*
41114111 a :class:`matplotlib.colors.Colormap` instance. If *None*,
@@ -5061,7 +5061,7 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
50615061 -------
50625062 image : `~matplotlib.image.AxesImage`
50635063
5064- Other parameters
5064+ Other Parameters
50655065 ----------------
50665066 kwargs : `~matplotlib.artist.Artist` properties.
50675067
@@ -6359,7 +6359,7 @@ def hist2d(self, x, y, bins=10, range=None, normed=False, weights=None,
63596359 -------
63606360 The return value is ``(counts, xedges, yedges, Image)``.
63616361
6362- Other parameters
6362+ Other Parameters
63636363 ----------------
63646364 cmap : {Colormap, string}, optional
63656365 A :class:`matplotlib.colors.Colormap` instance. If not set, use rc
@@ -6463,7 +6463,7 @@ def psd(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
64636463 The line created by this function.
64646464 Only returned if *return_line* is True.
64656465
6466- Other parameters
6466+ Other Parameters
64676467 ----------------
64686468 **kwargs :
64696469 Keyword arguments control the :class:`~matplotlib.lines.Line2D`
@@ -6592,7 +6592,7 @@ def csd(self, x, y, NFFT=None, Fs=None, Fc=None, detrend=None,
65926592 The line created by this function.
65936593 Only returned if *return_line* is True.
65946594
6595- Other parameters
6595+ Other Parameters
65966596 ----------------
65976597 **kwargs :
65986598 Keyword arguments control the :class:`~matplotlib.lines.Line2D`
@@ -6693,7 +6693,7 @@ def magnitude_spectrum(self, x, Fs=None, Fc=None, window=None,
66936693 line : a :class:`~matplotlib.lines.Line2D` instance
66946694 The line created by this function
66956695
6696- Other parameters
6696+ Other Parameters
66976697 ----------------
66986698 **kwargs :
66996699 Keyword arguments control the :class:`~matplotlib.lines.Line2D`
@@ -6788,7 +6788,7 @@ def angle_spectrum(self, x, Fs=None, Fc=None, window=None,
67886788 line : a :class:`~matplotlib.lines.Line2D` instance
67896789 The line created by this function
67906790
6791- Other parameters
6791+ Other Parameters
67926792 ----------------
67936793 **kwargs :
67946794 Keyword arguments control the :class:`~matplotlib.lines.Line2D`
@@ -6868,7 +6868,7 @@ def phase_spectrum(self, x, Fs=None, Fc=None, window=None,
68686868 line : a :class:`~matplotlib.lines.Line2D` instance
68696869 The line created by this function
68706870
6871- Other parameters
6871+ Other Parameters
68726872 ----------------
68736873 **kwargs :
68746874 Keyword arguments control the :class:`~matplotlib.lines.Line2D`
@@ -6944,7 +6944,7 @@ def cohere(self, x, y, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none,
69446944
69456945 kwargs are applied to the lines.
69466946
6947- Other parameters
6947+ Other Parameters
69486948 ----------------
69496949 **kwargs :
69506950 Keyword arguments control the :class:`~matplotlib.lines.Line2D`
@@ -7261,7 +7261,7 @@ def matshow(self, Z, **kwargs):
72617261 -------
72627262 image : `~matplotlib.image.AxesImage`
72637263
7264- Other parameters
7264+ Other Parameters
72657265 ----------------
72667266 kwargs : `~matplotlib.axes.Axes.imshow` arguments
72677267 Sets `origin` to 'upper', 'interpolation' to 'nearest' and
0 commit comments