Commit 5c1fb33
authored
DOC: improve figures in
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 namesdemo/wp_scalogram.py (#769)1 parent 7d32750 commit 5c1fb33
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments