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