@@ -1655,7 +1655,7 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
16551655
16561656 Returns
16571657 -------
1658- list of `~ .Line2D`
1658+ list of `.Line2D`
16591659 Objects representing the plotted data.
16601660
16611661 Other Parameters
@@ -1725,7 +1725,7 @@ def loglog(self, *args, **kwargs):
17251725
17261726 Returns
17271727 -------
1728- list of `~ .Line2D`
1728+ list of `.Line2D`
17291729 Objects representing the plotted data.
17301730
17311731 Other Parameters
@@ -1778,7 +1778,7 @@ def semilogx(self, *args, **kwargs):
17781778
17791779 Returns
17801780 -------
1781- list of `~ .Line2D`
1781+ list of `.Line2D`
17821782 Objects representing the plotted data.
17831783
17841784 Other Parameters
@@ -1827,7 +1827,7 @@ def semilogy(self, *args, **kwargs):
18271827
18281828 Returns
18291829 -------
1830- list of `~ .Line2D`
1830+ list of `.Line2D`
18311831 Objects representing the plotted data.
18321832
18331833 Other Parameters
@@ -4655,7 +4655,7 @@ def hexbin(self, x, y, C=None, gridsize=100, bins=None,
46554655
46564656 vmin, vmax : float, default: None
46574657 The colorbar range. If *None*, suitable min/max values are
4658- automatically chosen by the `~ .Normalize` instance (defaults to
4658+ automatically chosen by the `.Normalize` instance (defaults to
46594659 the respective min/max values of the bins in case of the default
46604660 linear scaling).
46614661 It is deprecated to use *vmin*/*vmax* when *norm* is given.
@@ -5763,7 +5763,7 @@ def pcolor(self, *args, shading=None, alpha=None, norm=None, cmap=None,
57635763
57645764 vmin, vmax : float, default: None
57655765 The colorbar range. If *None*, suitable min/max values are
5766- automatically chosen by the `~ .Normalize` instance (defaults to
5766+ automatically chosen by the `.Normalize` instance (defaults to
57675767 the respective min/max values of *C* in case of the default linear
57685768 scaling).
57695769 It is deprecated to use *vmin*/*vmax* when *norm* is given.
@@ -5990,7 +5990,7 @@ def pcolormesh(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
59905990
59915991 vmin, vmax : float, default: None
59925992 The colorbar range. If *None*, suitable min/max values are
5993- automatically chosen by the `~ .Normalize` instance (defaults to
5993+ automatically chosen by the `.Normalize` instance (defaults to
59945994 the respective min/max values of *C* in case of the default linear
59955995 scaling).
59965996 It is deprecated to use *vmin*/*vmax* when *norm* is given.
@@ -6240,7 +6240,7 @@ def pcolorfast(self, *args, alpha=None, norm=None, cmap=None, vmin=None,
62406240
62416241 vmin, vmax : float, default: None
62426242 The colorbar range. If *None*, suitable min/max values are
6243- automatically chosen by the `~ .Normalize` instance (defaults to
6243+ automatically chosen by the `.Normalize` instance (defaults to
62446244 the respective min/max values of *C* in case of the default linear
62456245 scaling).
62466246 It is deprecated to use *vmin*/*vmax* when *norm* is given.
@@ -6381,7 +6381,7 @@ def clabel(self, CS, levels=None, **kwargs):
63816381
63826382 Parameters
63836383 ----------
6384- CS : `~ .ContourSet` instance
6384+ CS : `.ContourSet` instance
63856385 Line contours to label.
63866386
63876387 levels : array-like, optional
0 commit comments