Skip to content

Commit

Permalink
DOC: Remove mention of 'complex' mode in specgram docstring
Browse files Browse the repository at this point in the history
Fixes #13540
  • Loading branch information
bcongdon committed Feb 28, 2019
1 parent 9a8df49 commit 62e8b70
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7541,11 +7541,10 @@ def specgram(self, x, NFFT=None, Fs=None, Fc=None, detrend=None,
%(PSD)s
mode : {'default', 'psd', 'magnitude', 'angle', 'phase'}
What sort of spectrum to use. Default is 'psd', which takes
the power spectral density. 'complex' returns the complex-valued
frequency spectrum. 'magnitude' returns the magnitude spectrum.
'angle' returns the phase spectrum without unwrapping. 'phase'
returns the phase spectrum with unwrapping.
What sort of spectrum to use. Default is 'psd', which takes the
power spectral density. 'magnitude' returns the magnitude
spectrum. 'angle' returns the phase spectrum without unwrapping.
'phase' returns the phase spectrum with unwrapping.
noverlap : int
The number of points of overlap between blocks. The
Expand Down

0 comments on commit 62e8b70

Please sign in to comment.