|
|
Content | Prev | Next | Down |
| Syntax |
spsection() |
spsection(sectionName) | |
| See Also | spgraphpage , spitem |
"" subsequent plotting actions will create a new section
using a name selected by SigmaPlot. The spsection command
always returns a character row vector that specifies the name
of the currently specified section.
spsection("Sine Plot")
spgraphpage("Sine Plot Graph")
splot( x, sin(x) )
spsection("Cosine Plot")
spgraphpage("Cosine Plot Graph")
splot( x, cos(x) )
SigmaPlot will create a new notebook that contains two new sections,
Sine Plot and Cosine plot.