Standard Library procedure that plotsa two-dimensional array as a pseudo three-dimensional plot on the currently selected graphics device.
space The spacing between lines of the plot:
(MAX(A) - MIN(A))/ROWS
.
XTitle A string containing the title of the x-axis.
YTitle A string containing the title of the y-axis.
OPENR, 1, !Data_dir + 'pikeselev.dat' data = FLTARR(60, 40) READF, 1, data CLOSE, 1 THREED, data SURFACE, data