|
|
Content | Prev | Next | Down |
| Syntax |
spxtitle(axisName) |
spytitle(axisName) | |
spztitle(axisName) | |
| See Also | sptitle , spitem , spopen , spquit |
Examples
clear
y = 0. : .01 : 2*pi
x = sin(4*y)
z = cos(4*y)
splot(x, y, z)
spxtitle("sin(4y)")
spytitle("Y")
spztitle("cos(4y)")
SigmaPlot will create the following three dimensional line plot with
the specified titles.