|
Contents | Previous | Next | Subchapters |
| Syntax |
setview(option, flag)
|
| See Also | gaddview |
| option | description |
| "box" |
draws a box with tick marks around the
plotting region in the x-y plane
|
| "border" | draws a border around the viewport |
| "xaxis" |
draws the x-axis
|
| "yaxis" |
draws the y-axis
|
| "zaxis" |
draws the z-axis
|
gplot(seq(5))
O-Matrix will plot the line y = x from 1 to 5.
If you continue by entering
setview("box", true)
O-Matrix will include a box with tick marks around the plot.
If you continue by entering
setview("xaxis", false)
O-Matrix will erase the x-axis and the part of the box
that was in the x-axis direction.