I have a series of graphs that I have created (in both proc genmod and proc plm, sas v 9.4) that I have then modified with the ods graphics editor. I need to export these graphs as eps files. I thought that I should be able to accomplish this with sgrender, but cannot manage to get the EPS file format.
Help would be GREATLY appreciated!
Katy
You use the ODS GRAPHICS statement with the OUTPUTFMT to control the graphical type.
See the documentation here and note that only a few destinations support EPS formats (also noted in the documentation).
You use the ODS GRAPHICS statement with the OUTPUTFMT to control the graphical type.
See the documentation here and note that only a few destinations support EPS formats (also noted in the documentation).
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.