@@ -811,7 +811,7 @@ def axhline(self, y=0, xmin=0, xmax=1, **kwargs):
811
811
Valid kwargs are :class:`~matplotlib.lines.Line2D` properties,
812
812
with the exception of 'transform':
813
813
814
- %(_Line2D_docstr)s
814
+ %(_Line2D_docstr)s
815
815
816
816
See also
817
817
--------
@@ -879,7 +879,7 @@ def axvline(self, x=0, ymin=0, ymax=1, **kwargs):
879
879
Valid kwargs are :class:`~matplotlib.lines.Line2D` properties,
880
880
with the exception of 'transform':
881
881
882
- %(_Line2D_docstr)s
882
+ %(_Line2D_docstr)s
883
883
884
884
Examples
885
885
--------
@@ -1544,7 +1544,7 @@ def plot(self, *args, scalex=True, scaley=True, data=None, **kwargs):
1544
1544
1545
1545
Here is a list of available `.Line2D` properties:
1546
1546
1547
- %(_Line2D_docstr)s
1547
+ %(_Line2D_docstr)s
1548
1548
1549
1549
Returns
1550
1550
-------
@@ -1694,7 +1694,7 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
1694
1694
Keyword arguments control the :class:`~matplotlib.lines.Line2D`
1695
1695
properties:
1696
1696
1697
- %(_Line2D_docstr)s
1697
+ %(_Line2D_docstr)s
1698
1698
1699
1699
See Also
1700
1700
--------
@@ -3176,7 +3176,7 @@ def errorbar(self, x, y, yerr=None, xerr=None,
3176
3176
3177
3177
Valid kwargs for the marker properties are `.Lines2D` properties:
3178
3178
3179
- %(_Line2D_docstr)s
3179
+ %(_Line2D_docstr)s
3180
3180
"""
3181
3181
kwargs = cbook .normalize_kwargs (kwargs , mlines .Line2D )
3182
3182
# anything that comes in as 'None', drop so the default thing
@@ -7011,7 +7011,7 @@ def psd(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
7011
7011
Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7012
7012
properties:
7013
7013
7014
- %(_Line2D_docstr)s
7014
+ %(_Line2D_docstr)s
7015
7015
7016
7016
See Also
7017
7017
--------
@@ -7130,7 +7130,7 @@ def csd(self, x, y, NFFT=None, Fs=None, Fc=None, detrend=None,
7130
7130
Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7131
7131
properties:
7132
7132
7133
- %(_Line2D_docstr)s
7133
+ %(_Line2D_docstr)s
7134
7134
7135
7135
See Also
7136
7136
--------
@@ -7223,7 +7223,7 @@ def magnitude_spectrum(self, x, Fs=None, Fc=None, window=None,
7223
7223
Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7224
7224
properties:
7225
7225
7226
- %(_Line2D_docstr)s
7226
+ %(_Line2D_docstr)s
7227
7227
7228
7228
See Also
7229
7229
--------
@@ -7311,7 +7311,7 @@ def angle_spectrum(self, x, Fs=None, Fc=None, window=None,
7311
7311
Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7312
7312
properties:
7313
7313
7314
- %(_Line2D_docstr)s
7314
+ %(_Line2D_docstr)s
7315
7315
7316
7316
See Also
7317
7317
--------
@@ -7384,7 +7384,7 @@ def phase_spectrum(self, x, Fs=None, Fc=None, window=None,
7384
7384
Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7385
7385
properties:
7386
7386
7387
- %(_Line2D_docstr)s
7387
+ %(_Line2D_docstr)s
7388
7388
7389
7389
See Also
7390
7390
--------
@@ -7459,7 +7459,7 @@ def cohere(self, x, y, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none,
7459
7459
Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7460
7460
properties:
7461
7461
7462
- %(_Line2D_docstr)s
7462
+ %(_Line2D_docstr)s
7463
7463
7464
7464
References
7465
7465
----------
@@ -7712,7 +7712,7 @@ def spy(self, Z, precision=0, marker=None, markersize=None,
7712
7712
For the marker style, you can pass any `.Line2D` property except
7713
7713
for *linestyle*:
7714
7714
7715
- %(_Line2D_docstr)s
7715
+ %(_Line2D_docstr)s
7716
7716
"""
7717
7717
if marker is None and markersize is None and hasattr (Z , 'tocoo' ):
7718
7718
marker = 's'
0 commit comments