Re: Newbie: plot data from a text file?
- To: mathgroup at smc.vnet.net
- Subject: [mg43827] Re: Newbie: plot data from a text file?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 8 Oct 2003 04:47:40 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <bltnpt$ekk$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, use ListPlot[] or make a interpolation an use Plot[] .. Regards Jens McGee wrote: > > Hi all, > > (I checked the manual and online help for this but I haven't found > anything). > > I have some C code that generates ordered (x,y) pairs of data. I'd > like to be able to simply use Mathematica to plot this data. I don't > see any arguments to Plot[] that allow this, nor do I see an > alternative. > > Am I missing something obvious? Or is Mathematica the wrong tool for > this . . . > > Thanks, > McGee