Re: Graphics3D. How to join random points with a single
- To: mathgroup at smc.vnet.net
- Subject: [mg113080] Re: Graphics3D. How to join random points with a single
- From: "Carl K. Woll" <carlw at wolfram.com>
- Date: Tue, 12 Oct 2010 13:49:09 -0400 (EDT)
On 10/12/2010 3:28 AM, pikajap wrote: > Hello. > Anyone knows a command to link points with a line?? > Suppose you have something like > Graphics3D[Table[{Hue[-1+j/n],Points[List[1]]},{j,1,n}] > > Where Liste[n] generates n random tridimensionnal points. > > I have a work. I need to have n points with different color. ANd then i need to link them with the same line. > NB: i don t even know if my way is ok. > thx > > Maybe FindCurvePath will prove useful. Carl Woll Wolfram Research