BookmarkSubscribeRSS Feed
sandyming
Calcite | Level 5

I used the following code to insert graph into word. The inserted picture, shown in Word, was not resized (+220%).    I tried changing device=png. the size was right but resolution was too low.  Anyone has an idea how to improve?

    put '[InsertPicture "'"&outdir\xx.cgm"'"]';   

    put '[Editgoto "g"]';

    put '[CharRight 1,1]';

    put '[Centerpara]';

    put '[FormatPicture .scaleX="220%" .scaleY="220%"]';

    put '[FileSaveAs .Name = "' "&outdir\xx..doc" '" .format=0]';

Thanks,

Sandy

4 REPLIES 4
ballardw
Super User

I'm guessing this is a JMP question. You will have better luck with responses on the JMP forum.

I would guess that when you create the graph in PNG you didn't size it to the desired final size which is generally a better approach then using Word to rescale as then you get issues with resolution and fuzziness.

PGStats
Opal | Level 21

Look at ODS option  IMAGE_DPI=dpi to change the resolution of your graph. - PG

PG
sandyming
Calcite | Level 5

Thanks for the reply.  I did not use ODS statements in the code, though.

PGStats
Opal | Level 21

There are so many ways to do things in SAS! How did you get your graph?

PG

PG

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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