Skip to content

Commit 3f8fc43

Browse files
committed
STY: fix minor whitespace issue that the linter chokes on
1 parent 5c1fb33 commit 3f8fc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/wp_scalogram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
interpolation='bilinear')
4343
ax2.set_title("Spectrogram of signal")
4444
ax3 = fig2.add_subplot(212)
45-
ax3.imshow(values, origin='lower', extent=[0, 1, 0, len(values)],
45+
ax3.imshow(values, origin='lower', extent=[0, 1, 0, len(values)],
4646
interpolation='nearest', aspect='auto')
4747
ax3.set_yticks(np.arange(0.5, len(labels) + 0.5), labels)
4848
ax3.set_title("Wavelet packet coefficients")

0 commit comments

Comments
 (0)