|
Contents | Previous | Next | Subchapters |
| Syntax |
gupdate |
| See Also | gplot |
gupdate to a sequence of commands causes
O-Matrix to redraw the current graphics window in the middle of the sequence.
(The current graphics window is automatically redrawn before another
graphic window becomes current.)
clear
for i = 1 to 5 begin
gplot(seq(2) + i)
gupdate
sleep(1)
end
O-Matrix will plot five lines,
with one second of delay between each line,
in the Graphic 0 window.