endcons SciMax Toolbox entermatrix

SciMax Toolbox >> enhanced3d

enhanced3d

Graphic option

enhanced3d

Description

Default value: false

If enhanced3d is true, surfaces are colored in 3d plots; in other words, it sets Gnuplot's pm3d mode.

See option to learn how palettes are specified.

Example:

(%i1) load(draw)$
(%i2) draw3d(surface_hide = true,
             enhanced3d   = true,
             palette      = gray,
             explicit(20*exp(-x^2-y^2)-10,x,-3,3,y,-3,3))$
endcons SciMax Toolbox entermatrix