I am trying to prepare a figure to be submitted for publication. I could not attach the figure to this post since this app
rejected the *.TIFF figure.
The code that I used is listed is below in which I tried to set the width and height to 5 in. Below the code is the PACE (journal app which validates figures) response. The PACE APP told me that my dimensions were 1.6 in x 1.6 in. Can someone tell me is there another way to size a graph using the ODS system?
ods listing gpath='/folders/myfolders/CONCERTA_QUAL/SAS';
ods graphics/imagename='CONCER1000D' imagefmt=tiff;
ods graphics on /width=5 in height=5 in;
PACE APP response:
Invalid dimensions: Width, 1.6 in. Height, 1.6 in.
Criteria: Width minimum, 2.63 in; maximum, 7.5 in. Height maximum, 8.75 in.
Try adding IMAGE_DPI=300 to your ODS LISTING statement.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.