ListPlot3D[] with Scaled Axes?
- To: mathgroup at yoda.physics.unc.edu
- Subject: ListPlot3D[] with Scaled Axes?
- From: robt at mars.agsm.unsw.oz.au (Rob Trevor)
- Date: Tue, 27 Oct 92 10:26:16 EST
I should know how to do this, but I don't! I have a nxm matrix f. ListPlot3D[f] does a surface plot of the points {i, j, f[[i,j]]} and labels the tick marks from x=1,n and y=1,m. (The z axis is labelled the way I want it.) I want a surface plot of, for instance, the points {2*(i-1), 5*(j-3), f[[i,j]]} with the tick marks labelled accordingly (ie, x=0,2(n-1), y=-10,5(m-3)). How do I do this? Thanks Rob Trevor robt at agsm.unsw.oz.au