Re: ListContourPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg108570] Re: ListContourPlot3D
- From: eric g <eric.phys at gmail.com>
- Date: Wed, 24 Mar 2010 04:40:22 -0500 (EST)
On 03/23/2010 02:22 AM, alerodri115 wrote: > ListContourPlot3D[data5, PlotRange -> All, > AxesLabel -> {"\[Beta]", "\[Omega]", "Vo"}, Contours -> {4000}] > > when you use the example from the help and change the range of random numbers you get the same empty thing even if you also set the appropriate DataRange: ListContourPlot3D[RandomReal[{10, 20}, {10, 10, 10}], Contours -> {0}, DataRange -> {{10, 20}, {10, 20}, {10,20}}] bests, eric