Skip to content

Commit 21a6b93

Browse files
committed
FL8
1 parent c7cbfaa commit 21a6b93

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7221,8 +7221,9 @@ def csd(self, x, y, NFFT=None, Fs=None, Fc=None, detrend=None,
72217221
else:
72227222
return pxy, freqs, line
72237223

7224-
@_api.deprecated("3.6", alternative="scipy.signal.spectrogram(mode='magnitude')"
7225-
"and ax.loglog")
7224+
@_api.deprecated(
7225+
"3.6",
7226+
alternative="scipy.signal.spectrogram(mode='magnitude') and ax.loglog")
72267227
@_preprocess_data(replace_names=["x"])
72277228
@_docstring.dedent_interpd
72287229
def magnitude_spectrum(self, x, Fs=None, Fc=None, window=None,

0 commit comments

Comments
 (0)