You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously if ``image.origin`` was set to something other than upper or if
5
-
the ``origin`` kwarg was passed with a value other than upper, the spectrogram
6
-
itself would flip, but the axes would remain oriented for an origin value
4
+
Previously if ``image.origin`` was set to something other than 'upper' or if
5
+
the ``origin`` keyword argument was passed with a value other than 'upper', the spectrogram itself would flip, but the axes would remain oriented for an origin value
7
6
of 'upper', so that the resulting plot was incorrectly labelled.
8
7
9
-
Now, the ``origin`` kwarg is not supported and the ``image.origin`` rcParam is ignored.
10
-
The function matplotlib.pyplot.specgram is forced to use ``origin='upper'``, so that
11
-
the axes are correct for the plotted spectrogram.
8
+
Now, the ``origin`` keyword argument is not supported and the ``image.origin`` rcParam
9
+
is ignored. The function matplotlib.pyplot.specgram is forced to use ``origin='upper'``, so that the axes are correct for the plotted spectrogram.
0 commit comments