On Feb 18, 2009, at 5:29 PM, Herbert Pablo wrote: > This seems like a rather rudimentary question, but I couldn't find > it anywhere > in the manual. If I wanted to save a plot that I made as a > postscript file or > another image type (i'm not picky), is there a way to do this. Yup: variable id = open_plot("filename.ps/vcps"); plotting commands ... close_plot(id); Supported devices include ps/cps/vps/vcps (the last is "vertical color postscript", etc.). See the open_plot help file. Cheers, Mike Nowak ---- You received this message because you are subscribed to the isis-users list. To unsubscribe, send a message to isis-users-request_at_email.domain.hiddenwith the first line of the message as: unsubscribeReceived on Wed Feb 18 2009 - 17:33:58 EST
This archive was generated by hypermail 2.3.0 : Fri May 02 2014 - 08:35:46 EDT