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 c6b705d

Browse filesBrowse files
dstansbyMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR matplotlib#13541: DOC: Remove mention of 'complex' mode in specgram docstring
1 parent 3e4a337 commit c6b705d
Copy full SHA for c6b705d

File tree

Expand file treeCollapse file tree

1 file changed

+4
-5
lines changed
Filter options
Expand file treeCollapse file tree

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
@@ -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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.