diff --git a/lib/matplotlib/axes/_axes.py b/lib/matplotlib/axes/_axes.py index 6ce7f4c48e27..bfe1c301ca27 100644 --- a/lib/matplotlib/axes/_axes.py +++ b/lib/matplotlib/axes/_axes.py @@ -7541,11 +7541,10 @@ def specgram(self, x, NFFT=None, Fs=None, Fc=None, detrend=None, %(PSD)s mode : {'default', 'psd', 'magnitude', 'angle', 'phase'} - What sort of spectrum to use. Default is 'psd', which takes - the power spectral density. 'complex' returns the complex-valued - frequency spectrum. 'magnitude' returns the magnitude spectrum. - 'angle' returns the phase spectrum without unwrapping. 'phase' - returns the phase spectrum with unwrapping. + What sort of spectrum to use. Default is 'psd', which takes the + power spectral density. 'magnitude' returns the magnitude + spectrum. 'angle' returns the phase spectrum without unwrapping. + 'phase' returns the phase spectrum with unwrapping. noverlap : int The number of points of overlap between blocks. The