@@ -428,7 +428,7 @@ def inset_axes(self, bounds, *, transform=None, zorder=5,
428
428
parent axes.
429
429
430
430
**kwargs
431
- Other *kwargs* are passed on to the `~.axes .Axes` child axes.
431
+ Other keyword arguments are passed on to the `.Axes` child axes.
432
432
433
433
Returns
434
434
-------
@@ -510,7 +510,7 @@ def indicate_inset(self, bounds, inset_ax=None, *, transform=None,
510
510
(just below the default level of inset axes).
511
511
512
512
**kwargs
513
- Other *kwargs* are passed on to the rectangle patch.
513
+ Other keyword arguments are passed on to the rectangle patch.
514
514
515
515
Returns
516
516
-------
@@ -596,7 +596,7 @@ def indicate_inset_zoom(self, inset_ax, **kwargs):
596
596
chosen so as to not overlap with the indicator box.
597
597
598
598
**kwargs
599
- Other *kwargs* are passed on to `.Axes.indicate_inset`
599
+ Other keyword arguments are passed on to `.Axes.indicate_inset`
600
600
601
601
Returns
602
602
-------
@@ -802,15 +802,15 @@ def axhline(self, y=0, xmin=0, xmax=1, **kwargs):
802
802
803
803
Returns
804
804
-------
805
- line : :class: `~matplotlib.lines.Line2D`
805
+ line : `~matplotlib.lines.Line2D`
806
806
807
807
Other Parameters
808
808
----------------
809
809
**kwargs
810
- Valid kwargs are :class:`~matplotlib.lines. Line2D` properties,
811
- with the exception of 'transform':
810
+ Valid keyword arguments are `. Line2D` properties, with the
811
+ exception of 'transform':
812
812
813
- %(_Line2D_docstr)s
813
+ %(_Line2D_docstr)s
814
814
815
815
See also
816
816
--------
@@ -870,15 +870,15 @@ def axvline(self, x=0, ymin=0, ymax=1, **kwargs):
870
870
871
871
Returns
872
872
-------
873
- line : :class: `~matplotlib.lines.Line2D`
873
+ line : `~matplotlib.lines.Line2D`
874
874
875
875
Other Parameters
876
876
----------------
877
877
**kwargs
878
- Valid kwargs are :class:`~matplotlib.lines. Line2D` properties,
879
- with the exception of 'transform':
878
+ Valid keyword arguments are `. Line2D` properties, with the
879
+ exception of 'transform':
880
880
881
- %(_Line2D_docstr)s
881
+ %(_Line2D_docstr)s
882
882
883
883
Examples
884
884
--------
@@ -1543,7 +1543,7 @@ def plot(self, *args, scalex=True, scaley=True, data=None, **kwargs):
1543
1543
1544
1544
Here is a list of available `.Line2D` properties:
1545
1545
1546
- %(_Line2D_docstr)s
1546
+ %(_Line2D_docstr)s
1547
1547
1548
1548
Returns
1549
1549
-------
@@ -1684,16 +1684,15 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
1684
1684
Returns
1685
1685
-------
1686
1686
lines
1687
- A list of `~ .Line2D` objects representing the plotted data.
1687
+ A list of `.Line2D` objects representing the plotted data.
1688
1688
1689
1689
1690
1690
Other Parameters
1691
1691
----------------
1692
1692
**kwargs
1693
- Keyword arguments control the :class:`~matplotlib.lines.Line2D`
1694
- properties:
1693
+ Keyword arguments control the `.Line2D` properties:
1695
1694
1696
- %(_Line2D_docstr)s
1695
+ %(_Line2D_docstr)s
1697
1696
1698
1697
See Also
1699
1698
--------
@@ -1760,7 +1759,7 @@ def loglog(self, *args, **kwargs):
1760
1759
Returns
1761
1760
-------
1762
1761
lines
1763
- A list of `~ .Line2D` objects representing the plotted data.
1762
+ A list of `.Line2D` objects representing the plotted data.
1764
1763
1765
1764
Other Parameters
1766
1765
----------------
@@ -1813,7 +1812,7 @@ def semilogx(self, *args, **kwargs):
1813
1812
Returns
1814
1813
-------
1815
1814
lines
1816
- A list of `~ .Line2D` objects representing the plotted data.
1815
+ A list of `.Line2D` objects representing the plotted data.
1817
1816
1818
1817
Other Parameters
1819
1818
----------------
@@ -1862,7 +1861,7 @@ def semilogy(self, *args, **kwargs):
1862
1861
Returns
1863
1862
-------
1864
1863
lines
1865
- A list of `~ .Line2D` objects representing the plotted data.
1864
+ A list of `.Line2D` objects representing the plotted data.
1866
1865
1867
1866
Other Parameters
1868
1867
----------------
@@ -3147,10 +3146,8 @@ def errorbar(self, x, y, yerr=None, xerr=None,
3147
3146
container : :class:`~.container.ErrorbarContainer`
3148
3147
The container contains:
3149
3148
3150
- - plotline: :class:`~matplotlib.lines.Line2D` instance of
3151
- x, y plot markers and/or line.
3152
- - caplines: A tuple of :class:`~matplotlib.lines.Line2D` instances
3153
- of the error bar caps.
3149
+ - plotline: `.Line2D` instance of x, y plot markers and/or line.
3150
+ - caplines: A tuple of `.Line2D` instances of the error bar caps.
3154
3151
- barlinecols: A tuple of
3155
3152
:class:`~matplotlib.collections.LineCollection` with the
3156
3153
horizontal and vertical error ranges.
@@ -3172,7 +3169,7 @@ def errorbar(self, x, y, yerr=None, xerr=None,
3172
3169
3173
3170
Valid kwargs for the marker properties are `.Lines2D` properties:
3174
3171
3175
- %(_Line2D_docstr)s
3172
+ %(_Line2D_docstr)s
3176
3173
"""
3177
3174
kwargs = cbook .normalize_kwargs (kwargs , mlines .Line2D )
3178
3175
# anything that comes in as 'None', drop so the default thing
@@ -3620,9 +3617,8 @@ def boxplot(self, x, notch=None, sym=None, vert=None, whis=None,
3620
3617
-------
3621
3618
result : dict
3622
3619
A dictionary mapping each component of the boxplot to a list
3623
- of the :class:`matplotlib.lines.Line2D` instances
3624
- created. That dictionary has the following keys (assuming
3625
- vertical boxplots):
3620
+ of the `.Line2D` instances created. That dictionary has the
3621
+ following keys (assuming vertical boxplots):
3626
3622
3627
3623
- ``boxes``: the main body of the boxplot showing the
3628
3624
quartiles and the median's confidence intervals if
@@ -3820,9 +3816,8 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
3820
3816
makes horizontal boxes.
3821
3817
3822
3818
patch_artist : bool, default = False
3823
- If `False` produces boxes with the
3824
- `~matplotlib.lines.Line2D` artist. If `True` produces boxes
3825
- with the `~matplotlib.patches.Patch` artist.
3819
+ If `False` produces boxes with the `.Line2D` artist.
3820
+ If `True` produces boxes with the `~matplotlib.patches.Patch` artist.
3826
3821
3827
3822
shownotches : bool, default = False
3828
3823
If `False` (default), produces a rectangular box plot.
@@ -3875,9 +3870,8 @@ def bxp(self, bxpstats, positions=None, widths=None, vert=True,
3875
3870
-------
3876
3871
result : dict
3877
3872
A dictionary mapping each component of the boxplot to a list
3878
- of the :class:`matplotlib.lines.Line2D` instances
3879
- created. That dictionary has the following keys (assuming
3880
- vertical boxplots):
3873
+ of the `.Line2D` instances created. That dictionary has the
3874
+ following keys (assuming vertical boxplots):
3881
3875
3882
3876
- ``boxes``: the main body of the boxplot showing the
3883
3877
quartiles and the median's confidence intervals if
@@ -7008,17 +7002,16 @@ def psd(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
7008
7002
freqs : 1-D array
7009
7003
The frequencies corresponding to the elements in *Pxx*.
7010
7004
7011
- line : a :class: `~matplotlib.lines.Line2D` instance
7005
+ line : `~matplotlib.lines.Line2D`
7012
7006
The line created by this function.
7013
7007
Only returned if *return_line* is True.
7014
7008
7015
7009
Other Parameters
7016
7010
----------------
7017
7011
**kwargs
7018
- Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7019
- properties:
7012
+ Keyword arguments control the `.Line2D` properties:
7020
7013
7021
- %(_Line2D_docstr)s
7014
+ %(_Line2D_docstr)s
7022
7015
7023
7016
See Also
7024
7017
--------
@@ -7127,17 +7120,16 @@ def csd(self, x, y, NFFT=None, Fs=None, Fc=None, detrend=None,
7127
7120
freqs : 1-D array
7128
7121
The frequencies corresponding to the elements in *Pxy*.
7129
7122
7130
- line : a :class: `~matplotlib.lines.Line2D` instance
7123
+ line : `~matplotlib.lines.Line2D`
7131
7124
The line created by this function.
7132
7125
Only returned if *return_line* is True.
7133
7126
7134
7127
Other Parameters
7135
7128
----------------
7136
7129
**kwargs
7137
- Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7138
- properties:
7130
+ Keyword arguments control the `.Line2D` properties:
7139
7131
7140
- %(_Line2D_docstr)s
7132
+ %(_Line2D_docstr)s
7141
7133
7142
7134
See Also
7143
7135
--------
@@ -7221,16 +7213,15 @@ def magnitude_spectrum(self, x, Fs=None, Fc=None, window=None,
7221
7213
freqs : 1-D array
7222
7214
The frequencies corresponding to the elements in *spectrum*.
7223
7215
7224
- line : a :class: `~matplotlib.lines.Line2D` instance
7216
+ line : `~matplotlib.lines.Line2D`
7225
7217
The line created by this function.
7226
7218
7227
7219
Other Parameters
7228
7220
----------------
7229
7221
**kwargs
7230
- Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7231
- properties:
7222
+ Keyword arguments control the `.Line2D` properties:
7232
7223
7233
- %(_Line2D_docstr)s
7224
+ %(_Line2D_docstr)s
7234
7225
7235
7226
See Also
7236
7227
--------
@@ -7309,16 +7300,15 @@ def angle_spectrum(self, x, Fs=None, Fc=None, window=None,
7309
7300
freqs : 1-D array
7310
7301
The frequencies corresponding to the elements in *spectrum*.
7311
7302
7312
- line : a :class: `~matplotlib.lines.Line2D` instance
7303
+ line : `~matplotlib.lines.Line2D`
7313
7304
The line created by this function.
7314
7305
7315
7306
Other Parameters
7316
7307
----------------
7317
7308
**kwargs
7318
- Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7319
- properties:
7309
+ Keyword arguments control the `.Line2D` properties:
7320
7310
7321
- %(_Line2D_docstr)s
7311
+ %(_Line2D_docstr)s
7322
7312
7323
7313
See Also
7324
7314
--------
@@ -7382,16 +7372,15 @@ def phase_spectrum(self, x, Fs=None, Fc=None, window=None,
7382
7372
freqs : 1-D array
7383
7373
The frequencies corresponding to the elements in *spectrum*.
7384
7374
7385
- line : a :class: `~matplotlib.lines.Line2D` instance
7375
+ line : `~matplotlib.lines.Line2D`
7386
7376
The line created by this function.
7387
7377
7388
7378
Other Parameters
7389
7379
----------------
7390
7380
**kwargs
7391
- Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7392
- properties:
7381
+ Keyword arguments control the `.Line2D` properties:
7393
7382
7394
- %(_Line2D_docstr)s
7383
+ %(_Line2D_docstr)s
7395
7384
7396
7385
See Also
7397
7386
--------
@@ -7463,10 +7452,9 @@ def cohere(self, x, y, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none,
7463
7452
Other Parameters
7464
7453
----------------
7465
7454
**kwargs
7466
- Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7467
- properties:
7455
+ Keyword arguments control the `.Line2D` properties:
7468
7456
7469
- %(_Line2D_docstr)s
7457
+ %(_Line2D_docstr)s
7470
7458
7471
7459
References
7472
7460
----------
@@ -7546,8 +7534,8 @@ def specgram(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
7546
7534
of the bins is smaller than those of the segments.
7547
7535
7548
7536
**kwargs
7549
- Additional kwargs are passed on to imshow which makes the
7550
- specgram image.
7537
+ Additional keyword arguments are passed on to imshow which makes
7538
+ the specgram image.
7551
7539
7552
7540
Returns
7553
7541
-------
@@ -7653,14 +7641,14 @@ def spy(self, Z, precision=0, marker=None, markersize=None,
7653
7641
**Image style**
7654
7642
7655
7643
If *marker* and *markersize* are *None*, `~.Axes.imshow` is used. Any
7656
- extra remaining kwargs are passed to this method.
7644
+ extra remaining keyword arguments are passed to this method.
7657
7645
7658
7646
**Marker style**
7659
7647
7660
7648
If *Z* is a `scipy.sparse.spmatrix` or *marker* or *markersize* are
7661
- *None*, a `~matplotlib.lines. Line2D` object will be returned with
7662
- the value of marker determining the marker type, and any
7663
- remaining kwargs passed to `~.Axes.plot`.
7649
+ *None*, a `. Line2D` object will be returned with the value of marker
7650
+ determining the marker type, and any remaining keyword arguments
7651
+ passed to `~.Axes.plot`.
7664
7652
7665
7653
Parameters
7666
7654
----------
@@ -7719,7 +7707,7 @@ def spy(self, Z, precision=0, marker=None, markersize=None,
7719
7707
For the marker style, you can pass any `.Line2D` property except
7720
7708
for *linestyle*:
7721
7709
7722
- %(_Line2D_docstr)s
7710
+ %(_Line2D_docstr)s
7723
7711
"""
7724
7712
if marker is None and markersize is None and hasattr (Z , 'tocoo' ):
7725
7713
marker = 's'
0 commit comments