To fix IDL's screwy upside-down PostScript, change in the ps file: save $IDL_DICT begin 36 774 translate 0.0283465 dup scale 270 rotate to something like this: save $IDL_DICT begin 576 20 translate 0.0283465 dup scale 90 rotate where I've changed the rotation from 270 to 90, and then changed the start offset (translate) to a more appropriate location. You may find it useful to twiddle with 576,20 to recenter the page better. For output started with my setps,/land procedure, try using the pslandfix procedure to do the above change automatically. Eric