Mathematica ListcontourPlot3D

Posted by Alejandro on Stack Overflow See other posts from Stack Overflow or by Alejandro
Published on 2010-03-23T04:08:49Z Indexed on 2010/03/23 4:11 UTC
Read the original article Hit count: 471

I have data in the form { {x,y,z,f}...} I am using ListContourPlot3D but all I get is an empty box with dimensions -1,1 in each direction. Here is my code: ListContourPlot3D[data5, PlotRange -> All, AxesLabel -> {"[Beta]", "[Omega]", "Vo"}, Contours -> {1500}]. These are the first 5 points of my data:( the whole set has 55 points) {{200, 20000 10^(1/3), 2000, 1226}, {200, 20000 10^(1/3), 2600, 1422}, {200, 20000 10^(1/3), 3200, 1581}, {200, 20000 10^(1/3), 3800, 1761}, {200, 20000 10^(1/3), 4400, 1872}}

Dimensions[data5] returns {55,4} If I do IntegerPart[data5] it does it correctly so it must recognize the numbers in my data.

I appreciate any ideas. Thank you.

© Stack Overflow or respective owner

Related posts about mathematica

Related posts about multidimensional