Colors IDL中的彩色postscript

Colors IDL中的彩色postscript,colors,postscript,idl-programming-language,Colors,Postscript,Idl Programming Language,我有一些绘图,我想使用IDL输出为postscript文件 我使用了以下方法: SET_PLOT, 'PS' DEVICE, FILENAME = 'myplot.ps', /LANDSCAPE PLOT, ... DEVICE, /CLOSE 但这只是黑白输出。如何为postscript文件着色?将/color添加到设备调用中

我有一些绘图,我想使用IDL输出为postscript文件

我使用了以下方法:

SET_PLOT, 'PS' 
DEVICE, FILENAME = 'myplot.ps', /LANDSCAPE
PLOT, ...
DEVICE, /CLOSE

但这只是黑白输出。如何为postscript文件着色?

将/color添加到设备调用中