Re:
- To: mathgroup at smc.vnet.net
- Subject: [mg43847] Re:[mg43817]
- From: hblamb at ucalgary.ca
- Date: Wed, 8 Oct 2003 04:48:17 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
You can import the data as a table, like this, data = Import["filename", "Table"] then plot them with ListPlot. Henry Lamb