Axes for ListPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg33511] Axes for ListPlot3D
- From: Allan de Frates <allan.c.defrates at boeing.com>
- Date: Sun, 24 Mar 2002 01:44:11 -0500 (EST)
- Organization: Boeing
- Sender: owner-wri-mathgroup at wolfram.com
Hello, Is there a way to change the axes values when using ListPlot3D? The axes always run from 1 to the highest element number. I would like to change them to correspond to the actual values used to generate data. For instance, I generate some data using Table[x+y,{y,-3,4},{x,3,8}] and then feed it to ListPlot3D. The x axis runs from 1 to 6 and the y axis runs from 1 to 8. What I want is the x axis to run from 3 to 8 the the y axis to run from -3 to 4. ListPlot allows the use of x,y pairs which assigns specific values to the x axis, but I can't figure out how to do the analogous thing for ListPlot3D. Allan de Frates