MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: 3D List Plots

  • To: mathgroup at smc.vnet.net
  • Subject: [mg15926] Re: 3D List Plots
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 17 Feb 1999 23:33:58 -0500
  • Organization: Universitaet Leipzig
  • References: <7a2biv$1tm@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

say you have the data={{x1,y1,z1}..}

Than 
Show[Graphics3D[Line[data]]]

will join the points as a line and show the 3d plot of the line.

Hope that helps
  Jens

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


  • Prev by Date: Re: 3D List Plots
  • Next by Date: Re: Coupled Diff Eqn
  • Previous by thread: Re: 3D List Plots
  • Next by thread: Re: 3D List Plots