IDL save postscript file

How to save a plot as the .ps file?


cgPS_Open, 'output.ps'

!x.thick = 4

!y.thick = 4

!z.thick = 4

!p.thick = 4

cgPS_Close

or if you want to save the plot to other format:

cgPS_Close, /PNG, /DELETE_PS

你可能感兴趣的:(IDL save postscript file)