Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.430 plot3d

plot3d, data [, /hide, /cube]

[develop package] Generates a three-dimensional plot of 2d data array data, where each element of data indicates the height of the corresponding data point. The appearance of the plot (viewing angle, etcetra) is determined by #p3d which can be changed with routine projection. By default, the data is shown as a transparent wire frame. Keyword /hide selects use of a hidden-line algorithm so that the data is shown as an opaque surface on a wire frame. Keyword /cube selects display of the unit cube.

See also: #p3d, projection, !wzb, !wzt