Re: Help w/ ListContourPlot w/ huge data file
- To: mathgroup at smc.vnet.net
- Subject: [mg6054] Re: [mg6044] Help w/ ListContourPlot w/ huge data file
- From: Jens Potschadtke <Jens.Potschadtke at stud.uni-erlangen.de>
- Date: Sun, 16 Feb 1997 01:11:56 -0500
- Organization: Institute for Biomedical Engineering at the FAU Erlangen
- Sender: owner-wri-mathgroup at wolfram.com
Yohon Lo wrote: > ReadList["result.dat", {Number, Number, Number}] > ListContourPlot[%,Contours->{9.5}, ContourSmoothing->Automatic] ListContourPlot needs an array of z values as first input. You gave it a List of 3D-coordinates, wich is different. ListContourPlot plots each point over its index in x and y direction. If you want to plot your points you need to triangulate your points into an surface, or tell MMA otherwise how to interpolate between your (probably) unsorted points. -- Jens Potschadtke Institute for biomedical engineering at the FAU Erlangen (germany). mailto:Jens.Potschadtke at stud.uni-erlangen.de http://www.uni-erlangen.de/~sz0438/