|
|
Content | Prev | Next | Down |
| Syntax |
spxtype(axisType) |
spytype(axisType) | |
spztype(axisType) | |
| See Also | spxscale , spxtitle , spitem , spquit |
"linear", "common log", "natural log",
"probability", "probit", or"date".
Examples
clear
x = 1:0.5:10
splot(x, log(x) )
spytype("common log")
SigmaPlot will create a line plot with the Y axis scaling
changed from the default of linear to logarithmic.