Useful IDL stuff

Plotting values with different y-ranges on the same plot
x=findgen(10)
y=x
c=reverse(x)^2
plot,x,y,xstyle=1,ystyle=8,xmargin=[10,5]
axis,yaxis=1,yrange=[0,100],/save
oplot,x,c,line=2
Steve George | steve.george@canterbury.ac.nz
Last Updated : Wed Nov 8 15:44:06 NZDT 2006