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

Skip to content

Commit a4a33ba

Browse files
committed
FIX
1 parent 3e863e5 commit a4a33ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/mlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ def detrend(x, key=None, axis=None):
130130
f"'constant', 'mean', 'linear', or a function")
131131

132132

133-
134133
@_api.deprecated("3.6", alternative="scipy.signal.detrend")
135134
def detrend_mean(x, axis=None):
136135
"""
@@ -712,6 +711,7 @@ def csd(x, y, NFFT=None, Fs=None, detrend=None, window=None,
712711
quantity="phase of the frequency spectrum (unwrapped phase spectrum)",
713712
**_docstring.interpd.params)
714713

714+
715715
@_api.deprecated("3.6", alternative="scipy.signal.welch")
716716
@_docstring.dedent_interpd
717717
def specgram(x, NFFT=None, Fs=None, detrend=None, window=None,

0 commit comments

Comments
 (0)