|
|
||
|
|
| BUILT-IN MATHEMATICA SYMBOL | Tutorials »|See Also »|More About » |
| Mesh is an option for Plot3D, DensityPlot, and other plotting functions that specifies what mesh should be drawn. |
| None | no mesh drawn | |
| n | n equally spaced mesh divisions | |
| All | mesh divisions between all elements | |
| Full | mesh divisions between regular data points | |
| {spec1,spec2,...} | separate specifications for each mesh function |
| n | n equally spaced divisions | |
| {a1,a2,...} | divisions at values | |
| {{a1,g1},...} | divisions drawn with graphics directive |