Mesh.
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
Mesh is an option for SurfaceGraphics and DensityGraphics that specifies whether an explicit x�y mesh should be drawn. | In[1]:=
nm = SurfaceGraphics[Table[Sin[x]*Exp[y], {x, -Pi, Pi, Pi/4.}, {y, -E, E, E/4.}], Mesh -> False]; Show[nm] In[2]:= JavaView[nm] |