This image was created in IDL with the following commands:


mydata = fltarr(49, 49)
openr,1,'mydata.dat'
while not EOF(1) do readf, 1, mydata
close, 1

!p.font=0
device,font='-adobe-helvetica-bold-r-normal-*-16-*-*-*-*-*-*-*'

surface, mydata, title='Surface Plot', xtitle='x axis',ytitle='y axis', $
        ztitle='z axis', /save


Copyright © 1996, 1997, 1998 Anu Rao
http://math.arizona.edu/~swig/documentation/idl/plots/idl7.php
Last modified: Fri, 14 Dec 2007 15:50:52 -0700
E-mail: swig@math.arizona.edu
Valid XHTML 1.0! Valid CSS!