|
|
Content | Prev | Next | Down |
| Syntax |
sptitle(plotName) |
sptitle(plotName, graphPage) | |
| See Also | spgraphpage , spitem , spopen , spquit |
Examples
clear
Y = {2., 2.5, 3.25}
YN = [Y, Y*1.5, Y*2, Y*0.8]
sbar(Y)
SigmaPlot will create a simple bar plot using the default title of
2D Graph 1. If you continue the example above by entering
sptitle("3-Bar Bar Plot")
SigmaPlot will change the title of the plot to 3-Bar Bar Plot, as
spgraphpage("ContourPlot")
scontour({[1,2,3], [2,4,7], [3,7,14]})
sptitle("Simple Contour", "ContourPlot")
SigmaPlot will create a new contour plot in the current section and
set the title to Simple Contour.