NewBie question Plot Table of points from a data file
- To: mathgroup at smc.vnet.net
- Subject: [mg53270] NewBie question Plot Table of points from a data file
- From: jfj <jf.jouvet at opales.fr>
- Date: Tue, 4 Jan 2005 03:12:35 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hello,
I want to plot a file of data (x, y, z coordinate on each line of an
ascii file)
I can read values with:
pts = ReadList["myfile.dat", Table[Number, {3}]]
but How display it
Show[Graphics3D[pts]] give me error
How access to my Table pts?
How compute for instance pts[1,1] + pts[2,1] ?
Thanks in advance for your help