@@ -751,7 +751,7 @@ def axvline(self, x=0, ymin=0, ymax=1, **kwargs):
751751
752752
753753 Examples
754- ---------
754+ --------
755755 * draw a thick red vline at *x* = 0 that spans the yrange::
756756
757757 >>> axvline(linewidth=4, color='r')
@@ -1034,7 +1034,7 @@ def vlines(self, x, ymin, ymax, colors='k', linestyles='solid',
10341034 hlines : horizontal lines
10351035
10361036 Examples
1037- ---------
1037+ --------
10381038 .. plot:: mpl_examples/pylab_examples/vline_hline_demo.py
10391039
10401040 """
@@ -1702,7 +1702,7 @@ def acorr(self, x, **kwargs):
17021702 - `b` is the x-axis.
17031703
17041704 Other parameters
1705- -----------------
1705+ ----------------
17061706 linestyle : `~matplotlib.lines.Line2D` prop, optional, default: None
17071707 Only used if usevlines is False.
17081708
@@ -1766,7 +1766,7 @@ def xcorr(self, x, y, normed=True, detrend=mlab.detrend_none,
17661766 - `b` is the x-axis (none, if plot is used).
17671767
17681768 Other parameters
1769- -----------------
1769+ ----------------
17701770 linestyle : `~matplotlib.lines.Line2D` prop, optional, default: None
17711771 Only used if usevlines is False.
17721772
@@ -2231,7 +2231,7 @@ def barh(self, bottom, width, height=0.8, left=None, **kwargs):
22312231 the x coordinates of the left sides of the bars
22322232
22332233 Returns
2234- --------
2234+ -------
22352235 `matplotlib.patches.Rectangle` instances.
22362236
22372237 Other parameters
@@ -5034,7 +5034,7 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
50345034 Display an image on the axes.
50355035
50365036 Parameters
5037- -----------
5037+ ----------
50385038 X : array_like, shape (n, m) or (n, m, 3) or (n, m, 4)
50395039 Display the image in `X` to current axes. `X` may be an
50405040 array or a PIL image. If `X` is an array, it
@@ -5117,7 +5117,7 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
51175117 when interpolation is one of: 'sinc', 'lanczos' or 'blackman'
51185118
51195119 Returns
5120- --------
5120+ -------
51215121 image : `~matplotlib.image.AxesImage`
51225122
51235123 Other parameters
@@ -6528,7 +6528,7 @@ def hist2d(self, x, y, bins=10, range=None, normed=False, weights=None,
65286528 The return value is ``(counts, xedges, yedges, Image)``.
65296529
65306530 Other parameters
6531- -----------------
6531+ ----------------
65326532 kwargs : :meth:`pcolorfast` properties.
65336533
65346534 See also
0 commit comments