This image was created in IDL with the following commands:


x = (findgen(50)/5.0) - 5.0
y1 = sin(x)
y2 = exp(x)
y3 = atan(x)
y4 = cosh(x)

!p.multi=[0, 2, 2, 0, 0]

plot, x, y1, title = 'Sin(x)', psym=2
plot, x, y2, title = '!6Exp(x)', psym=4
plot, x, y3, title = '!8Atan(x)', psym=3
plot, x, y4, title = '!13Cosh(x)', psym=1


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