Re: 3D Plot (or ListPlot?) Question
- To: mathgroup at smc.vnet.net
- Subject: [mg67484] Re: [mg67470] 3D Plot (or ListPlot?) Question
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Wed, 28 Jun 2006 03:51:27 -0400 (EDT)
- Reply-to: hanlonr at cox.net
- Sender: owner-wri-mathgroup at wolfram.com
Needs["Graphics`Graphics3D`"]; ScatterPlot3D[data] Bob Hanlon ---- wellsk at carleton.edu wrote: > Hopefully an easy question: > > I have a list with the form {{x,y,z},{x2,y2,z2},....} and I would like > to create a 3D plot of this data. Unfortunately, 3DListPlot likes to > automatically assign the x and y coordinates for the plot. Is there > any way I can get it to plot my {x,y,z} data on their respective axes? > > Thanks, > > Kassie > > > -- Bob Hanlon hanlonr at cox.net