|
Contents | Previous | Next | Subchapters |
| Syntax |
gaddwin |
| See Also | delwin , gplot , and gaddwin(caption) |
| Menu Command | Graphics | Add Window |
delwin(caption).
The style is set to "normal".
clear
id = gaddwin
gplot(seq(3), seq(3))
O-Matrix will create a window the
caption
"Graphic 1" and plot a line in the new window.
If you then enter
print id
O-Matrix will respond
1
which is the identifier for the new graphic window.