|
Contents | Previous | Next | Subchapters |
| Syntax |
contour(matrix, levels, x, y, z, option) |
| See Also | mesh and surface |
ginit
x = seq(11) - 6
y = x'
matrix = x * y
levels = {-20, -10, -5, 0, 5, 10, 20}
z = .5
option = "surface"
contour(matrix, levels, x, y, z, option)
grotate(30, 0, 50)
gzaxis("linear", 0., 1.)
O-Matrix will generate the following plot: