8000 DOC: Remove mention of 'complex' mode in specgram docstring · matplotlib/matplotlib@57880b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 57880b6

Browse files
committed
DOC: Remove mention of 'complex' mode in specgram docstring
Fixes #13540
1 parent 9a8df49 commit 57880b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7541,9 +7541,8 @@ def specgram(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
75417541
%(PSD)s
75427542
75437543
mode : {'default', 'psd', 'magnitude', 'angle', 'phase'}
7544-
What sort of spectrum to use. Default is 'psd', which takes
7545-
the power spectral density. 'complex' returns the complex-valued
7546-
frequency spectrum. 'magnitude' returns the magnitude spectrum.
7544+
What sort of spectrum to use. Default is 'psd', which takes the
7545+
power spectral density. 'magnitude' returns the magnitude spectrum.
75477546
'angle' returns the phase spectrum without unwrapping. 'phase'
75487547
returns the phase spectrum with unwrapping.
75497548

0 commit comments

Comments
 (0)
0