Re: 3D plot with one logarithmic axes (II)
- To: mathgroup at smc.vnet.net
- Subject: [mg77825] Re: 3D plot with one logarithmic axes (II)
- From: chuck009 <dmilioto at comcast.com>
- Date: Sun, 17 Jun 2007 06:20:17 -0400 (EDT)
> 1 - Do you > know how could I introduce the correct 'let' scale in > the 3D plot so the > plane (LET,ALPHA) has the same scale as the one > represented in the 2D > LogLinearPlot? Well this is a start: I hard-coded the tick values to match the 2-D plot: Ticks -> {Automatic, {{Log[5], 5}, {Log[ 10], 10}, {Log[50], 50}, {Log[100], 100}, {Log[500], 500}, { Log[1000], 1000}}, Automatic} Note that for the let axes, I specify both the location of the tick and the label that goes at that location.