We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1fb33 commit 3f8fc43Copy full SHA for 3f8fc43
demo/wp_scalogram.py
@@ -42,7 +42,7 @@
42
interpolation='bilinear')
43
ax2.set_title("Spectrogram of signal")
44
ax3 = fig2.add_subplot(212)
45
-ax3.imshow(values, origin='lower', extent=[0, 1, 0, len(values)],
+ax3.imshow(values, origin='lower', extent=[0, 1, 0, len(values)],
46
interpolation='nearest', aspect='auto')
47
ax3.set_yticks(np.arange(0.5, len(labels) + 0.5), labels)
48
ax3.set_title("Wavelet packet coefficients")
0 commit comments