|
Contents | Previous | Next | Subchapters |
| Syntax |
gaddwin(caption, geometry, call back, style) |
| See Also | delwin , gplot |
| Menu Command | Graphics | Add Window |
clear
caption = "Test Plot"
geometry = [200, 100, 200, 100]
callback = "delwin(caption)"
style = "iconic"
id = gaddwin(caption, geometry, callback, style)
gplot(seq(3), seq(3))
O-Matrix will create a graphic window and
plot a line in the window but display it as an icon.
You can see the plot by restoring the window to normal mode.