This image was created in IDL with the following commands:


xw = 580 & yh = 480
window, 0, xsize=xw, ysize=yh
a = fltarr(2, 361)

openr,1,'sine.dat'
while not EOF(1) do readf, 1, a
close, 1
a = transpose(a)

plot, a(*,0), a(*,1), xtitle = 'x-axis', ytitle = 'y-axis', $
        title = 'Simple Sine Curve'


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