How to change ticks from scale to frequency in WaveletScalogram?
- To: mathgroup at smc.vnet.net
- Subject: [mg119437] How to change ticks from scale to frequency in WaveletScalogram?
- From: ZiYuan Lin <ziyuang at gmail.com>
- Date: Fri, 3 Jun 2011 04:37:11 -0400 (EDT)
- Reply-to: comp.soft-sys.math.mathematica at googlegroups.com
Hi, there I've tried WaveletScalogram[someWaveletData, Ticks -> {Automatic,someFrequencyList}] but only to see ticks of the scale axes (the vertical one) turns blank. But when I exchange the two lists in Ticks, that is, using WaveletScalogram[someWaveletData, Ticks -> {someFrequencyList, Automatic}] , ticks of the horizontal axes are customized as expected (but on the wrong axes, of course). So how to customized the scale axes correctly?