contour plot from a list
- To: mathgroup at smc.vnet.net
 - Subject: [mg37923] contour plot from a list
 - From: Nadia Elghobashi <nadiae at chemie.fu-berlin.de>
 - Date: Tue, 19 Nov 2002 20:58:33 -0500 (EST)
 - Sender: owner-wri-mathgroup at wolfram.com
 
Dear Mathematica,
I have data of the form {x,y,z} which I would like to plot as a contour 
plot. I have read in the data as: 
t=ReadList["file",Number,RecordLists->True];
and would now like to make a simple contour plot of the z values on my 
regularly spaced grid. The option 
ListContourPlot[t]
doesn't do the job. Could you help?
Thank you, Nadia Elghobashi