@@ -209,7 +209,7 @@ def set_xlabel(self, xlabel, fontdict=None, labelpad=None, *,
209
209
**kwargs : `.Text` properties
210
210
`.Text` properties control the appearance of the label.
211
211
212
- See also
212
+ See Also
213
213
--------
214
214
text : Documents the properties supported by `.Text`.
215
215
"""
@@ -262,7 +262,7 @@ def set_ylabel(self, ylabel, fontdict=None, labelpad=None, *,
262
262
**kwargs : `.Text` properties
263
263
`.Text` properties control the appearance of the label.
264
264
265
- See also
265
+ See Also
266
266
--------
267
267
text : Documents the properties supported by `.Text`.
268
268
"""
@@ -794,7 +794,7 @@ def axhline(self, y=0, xmin=0, xmax=1, **kwargs):
794
794
795
795
%(_Line2D_docstr)s
796
796
797
- See also
797
+ See Also
798
798
--------
799
799
hlines : Add horizontal lines in data coordinates.
800
800
axhspan : Add a horizontal span (re
10000
ctangle) across the axis.
@@ -1103,7 +1103,7 @@ def hlines(self, y, xmin, xmax, colors='k', linestyles='solid',
1103
1103
----------------
1104
1104
**kwargs : `~matplotlib.collections.LineCollection` properties.
1105
1105
1106
- See also
1106
+ See Also
1107
1107
--------
1108
1108
vlines : vertical lines
1109
1109
axhline: horizontal line across the axes
@@ -1181,7 +1181,7 @@ def vlines(self, x, ymin, ymax, colors='k', linestyles='solid',
1181
1181
----------------
1182
1182
**kwargs : `~matplotlib.collections.LineCollection` properties.
1183
1183
1184
- See also
1184
+ See Also
1185
1185
--------
1186
1186
hlines : horizontal lines
1187
1187
axvline: vertical line across the axes
@@ -2309,7 +2309,7 @@ def bar(self, x, height, width=0.8, bottom=None, *, align="center",
2309
2309
*This is for internal use only.* Please use `barh` for
2310
2310
horizontal bar plots. Default: 'vertical'.
2311
2311
2312
- See also
2312
+ See Also
2313
2313
--------
2314
2314
barh: Plot a horizontal bar plot.
2315
2315
@@ -2578,7 +2578,7 @@ def barh(self, y, width, height=0.8, left=None, *, align="center",
2578
2578
log : bool, default: False
2579
2579
If ``True``, set the x-axis to be log scale.
2580
2580
2581
- See also
2581
+ See Also
2582
2582
--------
2583
2583
bar: Plot a vertical bar plot.
2584
2584
@@ -5440,7 +5440,7 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
5440
5440
These parameters are passed on to the constructor of the
5441
5441
`.AxesImage` artist.
5442
5442
5443
- See also
5443
+ See Also
5444
5444
--------
5445
5445
matshow : Plot a matrix or an array as an image.
5446
5446
@@ -6471,7 +6471,7 @@ def hist(self, x, bins=None, range=None, density=False, weights=None,
6471
6471
**kwargs
6472
6472
`~matplotlib.patches.Patch` properties
6473
6473
6474
- See also
6474
+ See Also
6475
6475
--------
6476
6476
hist2d : 2D histograms
6477
6477
@@ -6832,7 +6832,7 @@ def hist2d(self, x, y, bins=10, range=None, density=False, weights=None,
6832
6832
`~.Axes.pcolormesh` method and `~matplotlib.collections.QuadMesh`
6833
6833
constructor.
6834
6834
6835
- See also
6835
+ See Also
6836
6836
--------
6837
6837
hist : 1D histogram plotting
6838
6838
0 commit comments