Re: Viewing 3D slices of data
- To: mathgroup@smc.vnet.net
- Subject: [mg12469] Re: [mg12394] Viewing 3D slices of data
- From: "Jrgen Tischer" <jtischer@pitagoras.univalle.edu.co>
- Date: Tue, 19 May 1998 13:31:36 -0400
Hello Jethro, to your first question: Add in ParametricPlot3D the option Lighting->False. (I found it by comparing the options of Plot3D[{f,s}...] and ParametricPlot3D[{fx,fy,fz,s}...], no idea why you have to use the option, I think they just forgot to tell, in the Help for ContourPlot3D it is mentioned.) As to your second question, check ContourPlot3D. Jrgen -----Original Message----- From: Jethro H Greene <jhgreen@merle.acns.nwu.edu> To: mathgroup@smc.vnet.net Subject: [mg12469] [mg12394] Viewing 3D slices of data > >What is the best way to view slices of 3-dimensional data in >Mathematica? For example, if I have a 3D array of data, how can I view >slices of it along a given plane or surface? My initial thoughts are >to use ParametricPlot3D to generate the surface and some function of >InterpolatingFunction configured with my data for the color. However, >I cannot figure out how to get the colors. Could someone please >suggest a method? Also, what is the best way to view isosurfaces? > >Thank you in advance. > >-- >Jethro H. Greene >jhgreen@nwu.edu >Electrical and Computer Engineering Department Northwestern Univeristy >