MathGroup Archive 1999

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

Search the Archive

Re: 3D List Plots

  • To: mathgroup at smc.vnet.net
  • Subject: [mg15894] Re: 3D List Plots
  • From: "Allan Hayes" <hay at haystack.demon.co.uk>
  • Date: Wed, 17 Feb 1999 23:33:40 -0500
  • References: <7a2biv$1tm@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Rangachari Kidambi wrote in message <7a2biv$1tm at smc.vnet.net>...
>
>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
>

Ranga:


Show[Graphics3D[Line[{{0,0,0},{1,1,1},{2,0,0}}]]]

Allan

---------------------
Allan Hayes
Mathematica Training and Consulting
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565





  • Prev by Date: Re: Dont Understand
  • Next by Date: Must Play[] generate a graphic?
  • Previous by thread: Re: 3D List Plots
  • Next by thread: Re: 3D List Plots