|
|
Content | Prev | Next | Down |
| Syntax |
spxscale(axisMin, axisMax) |
spyscale(axisMin, axisMax) | |
spzscale(axisMin, axisMax) | |
| See Also | spxtype , spxtitle , spitem , spquit |
Examples
clear
R = rand(20,20)
ssurface(R)
SigmaPlot will create the following surface plot
of the random data, R. The plot is automatically
scaled to display the entire data range.
If at the O-Matrix prompt you enter
spxscale(5, 15)
spyscale(15, 20)
spzscale(0.3, 0.7)
The plot will be redrawn to only display a subset of the plotted data.