| Author |
Comment/Response |
Geraint
|
05/07/12 04:34am
I want to generate a contour plot with my z-axis evaluated at discrete points on the x-y plane. The x axis ranges from (1E-4,1.5) and my y axis from (1,80).
I'm currently using:
ListPlot3D[PlotData, AxesLabel -> {"x","y",z"}]
How can I rescale the axes to a logarithmic range? i.e. plot (x,y,z) not (log(x),log(y),z) but with logarithmic tick scales?
Cheers
URL: , |
|