| Search Locate Previous Next | Contents |
This type of plot works with a simple rectangular array of height data, and plots it on a regular x,y co-ordinate system. It is best used to illustrate the shape of mathematical functions.
chResp surface
Example
MAT´++?5 3½36
chSet('Pattern' 1)('Style' 'grid,tiled')
chSet('XL' 'York,Hfx,Tby,Ltr,Gls')('Hfont' '8')('YL' 'Last,This,Next')
chResp MAT
You can also call this with a three-element nested vector giving:
(X-values)
(Y-values)
(XY matrix of Z-values).
Clearly the lengths must match correctly if you do this.
If you tile the surface, markers are automatically cancelled. Otherwise you have the usual choice of markers and line-styles markers 14 and 15 (the 3D-effect circles) look good at the mesh intersections.
See also ...
Response Surface Style