Re: 3D List Plots
- To: mathgroup at smc.vnet.net
- Subject: [mg15902] Re: 3D List Plots
- From: Martin Kraus <mkraus at theorie3.physik.uni-erlangen.de>
- Date: Wed, 17 Feb 1999 23:33:45 -0500
- Organization: Regionales Rechenzentrum Erlangen, Germany
- References: <7a2biv$1tm@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Rangachari Kidambi wrote: > > Hi, > > How do i plot a curve joining points in 3 D [ (x1,y1,z1), (x2,y2,z2) > etc.]. ListPlot seems to work only for 1 and 2 D; ListPlot3D produces a > surface whereas i want a curve through the points. > > Thanks for any help, > Ranga Kidambi The function ScatterPlot3D of the Graphics`Graphics3D` package does what you want. (See the documentation of this package or my adaption of the graphics tutorial by Tom Wickham-Jones at: http://theorie3.physik.uni-erlangen.de/~mkraus/tutorial/tutorial2_3.html ) Hope that helps Martin Kraus