Date: Tue, 30 Jun 2009 09:21:29 -0400
Reply-To: Joe Whitehurst <joewhitehurst@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Joe Whitehurst <joewhitehurst@GMAIL.COM>
Subject: Re: How to high resolution ODS graphics images for PowerPoint
In-Reply-To: <91A7A16D54C7C54B92398BFBA953A80002EE6EBD@RDGEXM03.am.boehringer.com>
Content-Type: text/plain; charset=ISO-8859-1
The only factor limiting the resolution of SAS/Graph output is the device
you are using to see or produce the graph. You can find 70+ working
examples of SAS/Graph programs at:
http://70.88.183.165/sas-guide/links/SASGraphExamples/The list of SAS/Graph
examples are mostly from my SAS consulting work over the past several years
and some are from SAS Institute sources like Observations. There are
examples from the CDC, the Pharmaceutical Industry as well as some from dot
coms, banks, and telecommunications companies. They illustrate such things
as the use of hardware fonts, custom annotates, multilple plots per page,
automatic insertion into MS WORD using DDE, automatic FTP destinations,
etc..
<http://70.88.183.165/sas-guide/links/SASGraphExamples/>
On Tue, Jun 30, 2009 at 8:42 AM, Susie C Y Li <susie.li@
boehringer-ingelheim.com> wrote:
> Can you give a code example? I have had trouble with poor resolution of
> SAS
> Graph output.
>
> Susie C. Y. Li
>
> -----Original Message-----
> From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Randy
> Herbison
> Sent: Monday, June 29, 2009 5:54 PM
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: Re: How to high resolution ODS graphics images for PowerPoint
>
> You can write the output to the RTF destination. On the ODS RTF statement,
> you can use the IMAGE_DPI option to set the DPI. You can use an ODS
> GRAPHICS
> statement with the IMAGEFMT option to specify the image type.
>
> -Randy
>
>
>
> -----Original Message-----
> From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
> Richard
> Hoskins
> Sent: Monday, June 29, 2009 5:10 PM
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: How to high resolution ODS graphics images for PowerPoint
>
>
> SAS 9.2, Once I get an ODS graphics image in the Results window I need to
> save that image for importinging into WORD or PowerPoint. But the only
> options appear to be bmp or png. The png image is not of high enough
> resolution that it looks OK in a Powerpoint slide.
>
> 1) How can I save the image to a higher resolution? more dots/cm
> 2) Can the results window image be saved to other formats? (GIF) especially
> to a vector format (EMF) ?
>
> thanks -
>
|