JavaView Logo  
Home Demos Applications Tutorial Download Help Feedback

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]


© 1999-2005 Last modified: 03.10.2005 --- http://www.javaview.de --- The JavaView Project