Arbitrary tick label for approximation layer in WaveletListPlot?
- To: mathgroup at smc.vnet.net
- Subject: [mg116407] Arbitrary tick label for approximation layer in WaveletListPlot?
- From: Mark Havryliv <mhavryliv at gmail.com>
- Date: Sun, 13 Feb 2011 05:50:44 -0500 (EST)
Hi mathgroup, Does anyone know how to set an arbitrary tick label for the approximation layer in WaveletListPlot? It is easy to set one's own labels for the detail layers, for instance: WaveletListPlot[DiscreteWaveletTransform[Range[8]], Ticks -> {Automatic, {{1, "d2"}, {2, "d1"}, {3, "d0"}, {4, "a"}}}] gives d2,d1 and d0 for the top three axes but nothing for the final axis. Any ideas? Thanks, Mark