8000 Merge pull request #1 from matplotlib/master · matplotlib/matplotlib@d3816ed · GitHub
[go: up one dir, main page]

Skip to content

Commit d3816ed

Browse files
Merge pull request #1 from matplotlib/master
pull
2 parents af10a6b + 79dad18 commit d3816ed

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
@@ -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