ContourPlot3D.
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
Zero level of a function. | In[1]:=
<<Graphics`ContourPlot3D` In[2]:= gc = ContourPlot3D[ Cos[Sqrt[x^2 + y^2 + z^2]], {x, -2, 2}, {y, 0, 2}, {z, -2, 2}]; In[3]:= JavaView[gc] |