SurfaceGraphics.
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
A SurfaceGraphics object where MeshRange is not defined. Note the wrong tick values. | In[1]:=
sg = SurfaceGraphics[Table[Sin[x]*Cos[y], {x, -Pi, Pi, Pi/4.}, {y, -Pi, Pi, Pi/4.}], Axes -> True]; In[2]:= JavaView[sg] |