ListPlot.
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
Here is a 3D plot made from a perturbed list of data. | In[1]:=
lp = ListPlot3D[ Table[5 (Sin[x*y] + Random[Real, {-0.15, 0.15}]),
{x, 0, 3 Pi/2, Pi/15}, {y, 0, 3 Pi/2, Pi/15}]] In[2]:= JavaView[lp] |