|
Contents | Previous | Next | Subchapters |
| Syntax |
ginit |
| See Also | ginitview , delwin , clear |
| Menu Command | Graphics | Initialize Graphics |
gplot(seq(3))
gaddwin;
gplot(seq(3))
O-Matrix draw two plots, one in the default graphic window, and
one in the new window created by the gaddwin function.
If you then enter
ginit
The new window will be deleted and the plot in the default window
will be erased.