@@ -759,7 +759,7 @@ def axhline(self, y=0, xmin=0, xmax=1, **kwargs):
759
759
Valid kwargs are :class:`~matplotlib.lines.Line2D` properties,
760
760
with the exception of 'transform':
761
761
762
- %(_Line2D_docstr)s
762
+ %(_Line2D_docstr)s
763
763
764
764
See also
765
765
--------
@@ -829,7 +829,7 @@ def axvline(self, x=0, ymin=0, ymax=1, **kwargs):
829
829
Valid kwargs are :class:`~matplotlib.lines.Line2D` properties,
830
830
with the exception of 'transform':
831
831
832
- %(_Line2D_docstr)s
832
+ %(_Line2D_docstr)s
833
833
834
834
Examples
835
835
--------
@@ -1498,7 +1498,7 @@ def plot(self, *args, scalex=True, scaley=True, **kwargs):
1498
1498
1499
1499
Here is a list of available `.Line2D` properties:
1500
1500
1501
- %(_Line2D_docstr)s
1501
+ %(_Line2D_docstr)s
1502
1502
1503
1503
Returns
1504
1504
-------
@@ -1650,7 +1650,7 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
1650
1650
Keyword arguments control the :class:`~matplotlib.lines.Line2D`
1651
1651
properties:
1652
1652
1653
- %(_Line2D_docstr)s
1653
+ %(_Line2D_docstr)s
1654
1654
1655
1655
1656
1656
See Also
@@ -3015,7 +3015,7 @@ def errorbar(self, x, y, yerr=None, xerr=None,
3015
3015
3016
3016
Valid kwargs for the marker properties are `.Lines2D` properties:
3017
3017
3018
- %(_Line2D_docstr)s
3018
+ %(_Line2D_docstr)s
3019
3019
3020
3020
Notes
3021
3021
-----
@@ -6938,7 +6938,7 @@ def psd(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
6938
6938
Keyword arguments control the :class:`~matplotlib.lines.Line2D`
6939
6939
properties:
6940
6940
6941
- %(_Line2D_docstr)s
6941
+ %(_Line2D_docstr)s
6942
6942
6943
6943
See Also
6944
6944
--------
@@ -7063,7 +7063,7 @@ def csd(self, x, y, NFFT=None, Fs=None, Fc=None, detrend=None,
7063
7063
Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7064
7064
properties:
7065
7065
7066
- %(_Line2D_docstr)s
7066
+ %(_Line2D_docstr)s
7067
7067
7068
7068
See Also
7069
7069
--------
@@ -7161,7 +7161,7 @@ def magnitude_spectrum(self, x, Fs=None, Fc=None, window=None,
7161
7161
Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7162
7162
properties:
7163
7163
7164
- %(_Line2D_docstr)s
7164
+ %(_Line2D_docstr)s
7165
7165
7166
7166
See Also
7167
7167
--------
@@ -7258,7 +7258,7 @@ def angle_spectrum(self, x, Fs=None, Fc=None, window=None,
7258
7258
Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7259
7259
properties:
7260
7260
7261
- %(_Line2D_docstr)s
7261
+ %(_Line2D_docstr)s
7262
7262
7263
7263
See Also
7264
7264
--------
@@ -7340,7 +7340,7 @@ def phase_spectrum(self, x, Fs=None, Fc=None, window=None,
7340
7340
Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7341
7341
properties:
7342
7342
7343
- %(_Line2D_docstr)s
7343
+ %(_Line2D_docstr)s
7344
7344
7345
7345
See Also
7346
7346
--------
@@ -7419,7 +7419,7 @@ def cohere(self, x, y, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none,
7419
7419
Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7420
7420
properties:
7421
7421
7422
- %(_Line2D_docstr)s
7422
+ %(_Line2D_docstr)s
7423
7423
7424
7424
References
7425
7425
----------
0 commit comments