Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79dad18

Browse filesBrowse files
authored
Merge pull request #13541 from bcongdon/fix/specgram-mode-docs
DOC: Remove mention of 'complex' mode in specgram docstring
2 parents 9a8df49 + 62e8b70 commit 79dad18
Copy full SHA for 79dad18

File tree

1 file changed

+4
-5
lines changed
Filter options

1 file changed

+4
-5
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+4-5Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7541,11 +7541,10 @@ 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.
7547-
'angle' returns the phase spectrum without unwrapping. 'phase'
7548-
returns the phase spectrum with unwrapping.
7544+
What sort of spectrum to use. Default is 'psd', which takes the
7545+
power spectral density. 'magnitude' returns the magnitude
7546+
spectrum. 'angle' returns the phase spectrum without unwrapping.
7547+
'phase' returns the phase spectrum with unwrapping.
75497548
75507549
noverlap : int
75517550
The number of points of overlap between blocks. The

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.