|
|
Content | Prev | Next | Down |
| Syntax |
ssurface(z) |
ssurface(z, lines) | |
ssurface(z, lines, fillStyle) | |
| See Also | spopen , scontour |
"none", "discrete", and "gradient".
The default value for lines is true and the
default value for fillStyle is gradient.
Examples
x = -5. : 1. : 5.
y = x'
z = x * y / 10
ssurface(z)
SigmaPlot will create the following surface plot
If you continue the above example by entering the
following at the O-Matrix prompt
ssurface(z, true, "none")
SigmaPlot will create a surface plot of z using lines
and no color fill and your notebook will now look like
If you enter the following at the O-Matrix prompt
spquit
ssurface(z, false, "discrete")
O-Matrix will close the current instance of SigmaPlot, restart
SigmaPlot and create a new notebook with a surface plot that looks like: