Re: Plotting 3d-mesh files / Isosurfaces
- To: mathgroup at smc.vnet.net
- Subject: [mg98448] Re: [mg98408] Plotting 3d-mesh files / Isosurfaces
- From: "David Park" <djmpark at comcast.net>
- Date: Fri, 10 Apr 2009 04:52:01 -0400 (EDT)
- References: <10194937.1239271287979.JavaMail.root@n11>
Map {Take[#, 3], Last[#]} & onto your list. Use Interpolation. Use ContourPlot3D. David Park djmpark at comcast.net http://home.comcast.net/~djmpark/ From: Gehricht at googlemail.com [mailto:Gehricht at googlemail.com] Dear group! Supppose I have data of the form {{x,y,z,value_at_coordinate},...}? How could I generate a plot of isosurfaces (i.e. surfaces of constant mesh-value). Any other suggestions for visualization of the data would be also appreciated. With thanks Yours Wolfgang