BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
jacksonan123
Lapis Lazuli | Level 10

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.

1 ACCEPTED SOLUTION

Accepted Solutions
PGStats
Opal | Level 21

Try adding IMAGE_DPI=300 to your ODS LISTING statement.

PG

View solution in original post

4 REPLIES 4
Reeza
Super User
What PROC are you using to generate the figure? ODS options don't apply to SAS/GRAPH and vice versa.
jacksonan123
Lapis Lazuli | Level 10
I am using SGPLOT.
PGStats
Opal | Level 21

Try adding IMAGE_DPI=300 to your ODS LISTING statement.

PG
jacksonan123
Lapis Lazuli | Level 10
This worked but I wanted to get an explanation for myself before I accepted
your reply as a solution.


SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

SAS Enterprise Guide vs. SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1074 views
  • 0 likes
  • 3 in conversation