|
Contents | Previous | Next | Subchapters |
| Syntax |
gdelview(identifier) |
| See Also | gaddview , ginitview , glistview , gview |
ginit
x = -1. : .1 : 1.
line = gaddview(0., 0., 1., .5)
gplot(x, x)
parabola = gaddview(0., .5, 1., .5)
gplot(x, x^2)
O-Matrix will draw a line and a parabola.
You can erase the line by entering
gdelview(parabola)