Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 930a9db

Browse files
author
gitj
committed
DOC: Update return value units in specgram
1 parent 016f644 commit 930a9db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/axes.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8617,6 +8617,9 @@ def specgram(self, x, NFFT=256, Fs=2, Fc=0, detrend=mlab.detrend_none,
86178617
spectrum is shown. If *x* is complex, both positive and
86188618
negative parts of the spectrum are shown. This can be
86198619
overridden using the *sides* keyword argument.
8620+
8621+
Also note that while the plot is in dB, the *Pxx* array returned is
8622+
linear in power.
86208623
86218624
**Example:**
86228625

0 commit comments

Comments
 (0)