Re: ListContourPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg98429] Re: ListContourPlot3D
- From: Bill Rowe <readnews at sbcglobal.net>
- Date: Thu, 9 Apr 2009 05:58:01 -0400 (EDT)
On 4/8/09 at 5:03 AM, kangchen1000 at gmail.com (kang chen) wrote: >I have data of density for a 32*64*64 box. I use ListContourPlot3D >to draw a surface that density equals some value (say 0.5). It turns >out that the plot is very rough. How can I make it smoother? There >is no "InterpolationOrder" parameter for ListContourPlot3D. Use Interpolation to create an interpolation function with the desired InterpolationOrder then uuse ContourPlot3D to plot that interpolation function.