PRO PRE_PRINT ; This procedure with POST_PRINT plots the output on the printer ; 4/19/91 - dd ; PRE_/POST_PRINT require the routine output_plot.pro ; ; Parameters for a "square" aspect ratio SET_PLOT, 'PS' print, ' ... printer setup from routine ~dd/wave/hess/pre_print.pro' device, /portrait,font_size = 12, XSIZE=17.8, YSIZE=17.0, $ YOFFSET=8.4, XOFFSET=2.0 RETURN END