;printps2 is the companion code to printps1.pro and closes the device and ;restores plotting to the screen. See printps1.pro in /data/davis/lib/general ;for more details about plotting postscript files for idl plots. ;Use is as follows: ; printps2 ; ;Written by BWBerger Fall 1998? Informational header added 10/7/99. pro printps2 device,/close set_plot,'x' return end