Skip to content

Commit 9aea3ed

Browse files
committed
FL8
1 parent 7c54ea6 commit 9aea3ed

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
@@ -7231,8 +7231,9 @@ def csd(self, x, y, NFFT=None, Fs=None, Fc=None, detrend=None,
72317231
else:
72327232
return pxy, freqs, line
72337233

7234-
@_api.deprecated("3.6", alternative="scipy.signal.spectrogram(mode='magnitude')"
7235-
"and ax.loglog")
7234+
@_api.deprecated(
7235+
"3.6",
7236+
alternative="scipy.signal.spectrogram(mode='magnitude') and ax.loglog")
72367237
@_preprocess_data(replace_names=["x"])
72377238
@_docstring.dedent_interpd
72387239
def magnitude_spectrum(self, x, Fs=None, Fc=None, window=None,

0 commit comments

Comments
 (0)