@@ -1656,7 +1656,7 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
16561656
16571657 Returns
16581658 -------
1659- list of `~ .Line2D`
1659+ list of `.Line2D`
16601660 Objects representing the plotted data.
16611661
16621662 Other Parameters
@@ -1726,7 +1726,7 @@ def loglog(self, *args, **kwargs):
17261726
17271727 Returns
17281728 -------
1729- list of `~ .Line2D`
1729+ list of `.Line2D`
17301730 Objects representing the plotted data.
17311731
17321732 Other Parameters
@@ -1779,7 +1779,7 @@ def semilogx(self, *args, **kwargs):
17791779
17801780 Returns
17811781 -------
1782- list of `~ .Line2D`
1782+ list of `.Line2D`
17831783 Objects representing the plotted data.
17841784
17851785 Other Parameters
@@ -1828,7 +1828,7 @@ def semilogy(self, *args, **kwargs):
18281828
18291829 Returns
18301830 -------
1831- list of `~ .Line2D`
1831+ list of `.Line2D`
18321832 Objects representing the plotted data.
18331833
18341834 Other Parameters
@@ -4656,7 +4656,7 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None,
46564656
46574657 vmin, vmax : float, default: None
46584658 The colorbar range. If *None*, suitable min/max values are
4659- automatically chosen by the `~ .Normalize` instance (defaults to
4659+ automatically chosen by the `.Normalize` instance (defaults to
46604660 the respective min/max values of the bins in case of the default
46614661 linear scaling).
46624662 It is deprecated to use *vmin*/*vmax* when *norm* is given.
@@ -5764,7 +5764,7 @@ def pcolor(self, *args, shading=None, alpha=None, norm=None, cmap=None,
57645764
57655765 vmin, vmax : float, default: None
57665766 The colorbar range. If *None*, suitable min/max values are
5767- automatically chosen by the `~ .Normalize` instance (defaults to
5767+ automatically chosen by the `.Normalize` instance (defaults to
57685768 the respective min/max values of *C* in case of the default linear
57695769 scaling).
57705770 It is deprecated to use *vmin*/*vmax* when *norm* is given.
@@ -5991,7 +5991,7 @@ def pcolormesh(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
59915991
59925992 vmin, vmax : float, default: None
59935993 The colorbar range. If *None*, suitable min/max values are
5994- automatically chosen by the `~ .Normalize` instance (defaults to
5994+ automatically chosen by the `.Normalize` instance (defaults to
59955995 the respective min/max values of *C* in case of the default linear
59965996 scaling).
59975997 It is deprecated to use *vmin*/*vmax* when *norm* is given.
@@ -6239,7 +6239,7 @@ def pcolorfast(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
62396239
62406240 vmin, vmax : float, default: None
62416241 The colorbar range. If *None*, suitable min/max values are
6242- automatically chosen by the `~ .Normalize` instance (defaults to
6242+ automatically chosen by the `.Normalize` instance (defaults to
62436243 the respective min/max values of *C* in case of the default linear
62446244 scaling).
62456245 It is deprecated to use *vmin*/*vmax* when *norm* is given.
@@ -6380,7 +6380,7 @@ def clabel(self, CS, levels=None, **kwargs):
63806380
63816381 Parameters
63826382 ----------
6383- CS : `~ .ContourSet` instance
6383+ CS : `.ContourSet` instance
63846384 Line contours to label.
63856385
63866386 levels : array-like, optional
0 commit comments