This image was created in IDL with the following commands:


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

w = xw/3.0
h = 0.5*yh - xw/8.0
x1s=w & y1s=0.5*w+h
x2s=w & y2s=w/4.0

plot, x, y2, /xlog, title = 'Exp(x) vs Log(x)',/device, $
        pos=[x1s, y1s, x1s+w, y1s+h]
plot, x, y2, /ylog,/noerase, title = 'Log(Exp(x)) vs x',/device, $
        pos=[x2s, y2s, x2s+w, y2s+h]


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