MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

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?


  • Prev by Date: Re: Mathematica plots
  • Next by Date: ContourPlot ColorFunction Question
  • Previous by thread: Re: Template for developing a package application in workbench
  • Next by thread: ContourPlot ColorFunction Question