@@ -6565,6 +6565,12 @@ def psd(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
6565
6565
Whether to include the line object plotted in the returned values.
6566
6566
Default is False.
6567
6567
6568
+ **kwargs:
6569
+ Keyword arguments control the :class:`~matplotlib.lines.Line2D`
6570
+ properties:
6571
+
6572
+ %(Line2D)s
6573
+
6568
6574
Returns
6569
6575
-------
6570
6576
Pxx: 1-D array
@@ -6589,10 +6595,6 @@ def psd(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
6589
6595
Bendat & Piersol -- Random Data: Analysis and Measurement Procedures,
6590
6596
John Wiley & Sons (1986)
6591
6597
6592
- kwargs control the :class:`~matplotlib.lines.Line2D` properties:
6593
-
6594
- %(Line2D)s
6595
-
6596
6598
Examples
6597
6599
--------
6598
6600
.. plot:: mpl_examples/pylab_examples/psd_demo.py
@@ -6695,6 +6697,12 @@ def csd(self, x, y, NFFT=None, Fs=None, Fc=None, detrend=None,
6695
6697
Whether to include the line object plotted in the returned values.
6696
6698
Default is False.
6697
6699
6700
+ **kwargs:
6701
+ Keyword arguments control the :class:`~matplotlib.lines.Line2D`
6702
+ properties:
6703
+
6704
+ %(Line2D)s
6705
+
6698
6706
Returns
6699
6707
-------
6700
6708
Pxy: 1-D array
@@ -6719,10 +6727,6 @@ def csd(self, x, y, NFFT=None, Fs=None, Fc=None, detrend=None,
6719
6727
Bendat & Piersol -- Random Data: Analysis and Measurement Procedures,
6720
6728
John Wiley & Sons (1986)
6721
6729
6722
- kwargs control the Line2D properties:
6723
-
6724
- %(Line2D)s
6725
-
6726
6730
Examples
6727
6731
--------
6728
6732
.. plot:: mpl_examples/pylab_examples/csd_demo.py
@@ -6800,6 +6804,12 @@ def magnitude_spectrum(self, x, Fs=None, Fc=None, window=None,
6800
6804
when a signal is acquired and then filtered and downsampled to
6801
6805
baseband.
6802
6806
6807
+ **kwargs:
6808
+ Keyword arguments control the :class:`~matplotlib.lines.Line2D`
6809
+ properties:
6810
+
6811
+ %(Line2D)s
6812
+
6803
6813
Returns
6804
6814
-------
6805
6815
spectrum: 1-D array
@@ -6811,10 +6821,6 @@ def magnitude_spectrum(self, x, Fs=None, Fc=None, window=None,
6811
6821
line: a :class:`~matplotlib.lines.Line2D` instance
6812
6822
The line created by this function
6813
6823
6814
- kwargs control the :class:`~matplotlib.lines.Line2D` properties:
6815
-
6816
- %(Line2D)s
6817
-
6818
6824
Examples
6819
6825
--------
6820
6826
.. plot:: mpl_examples/pylab_examples/spectrum_demo.py
@@ -6895,6 +6901,12 @@ def angle_spectrum(self, x, Fs=None, Fc=None, window=None,
6895
6901
when a signal is acquired and then filtered and downsampled to
6896
6902
baseband.
6897
6903
6904
+ **kwargs:
6905
+ Keyword arguments control the :class:`~matplotlib.lines.Line2D`
6906
+ properties:
6907
+
6908
+ %(Line2D)s
6909
+
6898
6910
Returns
6899
6911
-------
6900
6912
spectrum: 1-D array
@@ -6906,10 +6918,6 @@ def angle_spectrum(self, x, Fs=None, Fc=None, window=None,
6906
6918
line: a :class:`~matplotlib.lines.Line2D` instance
6907
6919
The line created by this function
6908
6920
6909
- kwargs control the :class:`~matplotlib.lines.Line2D` properties:
6910
-
6911
- %(Line2D)s
6912
-
6913
6921
Examples
6914
6922
--------
6915
6923
.. plot:: mpl_examples/pylab_examples/spectrum_demo.py
@@ -6975,6 +6983,12 @@ def phase_spectrum(self, x, Fs=None, Fc=None, window=None,
6975
6983
when a signal is acquired and then filtered and downsampled to
6976
6984
baseband.
6977
6985
6986
+ **kwargs:
6987
+ Keyword arguments control the :class:`~matplotlib.lines.Line2D`
6988
+ properties:
6989
+
6990
+ %(Line2D)s
6991
+
6978
6992
Returns
6979
6993
-------
6980
6994
spectrum: 1-D array
@@ -6986,10 +7000,6 @@ def phase_spectrum(self, x, Fs=None, Fc=None, window=None,
6986
7000
line: a :class:`~matplotlib.lines.Line2D` instance
6987
7001
The line created by this function
6988
7002
6989
- kwargs control the :class:`~matplotlib.lines.Line2D` properties:
6990
-
6991
- %(Line2D)s
6992
-
6993
7003
Examples
6994
7004
--------
6995
7005
.. plot:: mpl_examples/pylab_examples/spectrum_demo.py
@@ -7054,6 +7064,12 @@ def cohere(self, x, y, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none,
7054
7064
when a signal is acquired and then filtered and downsampled to
7055
7065
baseband.
7056
7066
7067
+ **kwargs:
7068
+ Keyword arguments control the :class:`~matplotlib.lines.Line2D`
7069
+ properties of the coherence plot:
7070
+
7071
+ %(Line2D)s
7072
+
7057
7073
Returns
7058
7074
-------
7059
7075
The return value is a tuple (*Cxy*, *f*), where *f* are the
@@ -7066,11 +7082,6 @@ def cohere(self, x, y, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none,
7066
7082
Bendat & Piersol -- Random Data: Analysis and Measurement Procedures,
7067
7083
John Wiley & Sons (1986)
7068
7084
7069
- kwargs control the :class:`~matplotlib.lines.Line2D`
7070
- properties of the coherence plot:
7071
-
7072
- %(Line2D)s
7073
-
7074
7085
Examples
7075
7086
--------
7076
7087
.. plot:: mpl_examples/pylab_examples/cohere_demo.py
0 commit comments