Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: improve figures in
demo/wp_scalogram.py
(#769)
In the second plot, updated Fs to 512; `ax2.specgram(data, NFFT=64, noverlap=32, Fs=512, cmap=cmap, interpolation='bilinear')` again in the second plot, added aspect='auto', and did corrections to the time (x axis) and y axis (scale) with `extent=[0, 1, 1, values.shape[0]]` ax3.imshow(values, origin='lower', extent=[0, 1, 1, values.shape[0]], interpolation='nearest', aspect='auto') Figure 2-subplot 2 in this version is compatible with Figure 1-subplot 2 y-axis labels for the wavelet packet names
- Loading branch information