Skip to content

Commit b043f7d

Browse files
authored
Merge pull request #13545 from meeseeksmachine/auto-backport-of-pr-13541-on-v3.1.x
Backport PR #13541 on branch v3.1.x (DOC: Remove mention of 'complex' mode in specgram docstring)
2 parents 3e4a337 + c6b705d commit b043f7d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7566,11 +7566,10 @@ def specgram(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
75667566
%(PSD)s
75677567
75687568
mode : {'default', 'psd', 'magnitude', 'angle', 'phase'}
7569-
What sort of spectrum to use. Default is 'psd', which takes
7570-
the power spectral density. 'complex' returns the complex-valued
7571-
frequency spectrum. 'magnitude' returns the magnitude spectrum.
7572-
'angle' returns the phase spectrum without unwrapping. 'phase'
7573-
returns the phase spectrum with unwrapping.
7569+
What sort of spectrum to use. Default is 'psd', which takes the
7570+
power spectral density. 'magnitude' returns the magnitude
7571+
spectrum. 'angle' returns the phase spectrum without unwrapping.
7572+
'phase' returns the phase spectrum with unwrapping.
75747573
75757574
noverlap : int
75767575
The number of points of overlap between blocks. The

0 commit comments

Comments
 (0)