<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Gplot Output in PowerPoint in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Gplot-Output-in-PowerPoint/m-p/46158#M1551</link>
    <description>Hi:&lt;BR /&gt;
  The documentation on the use of device-based graphics:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/export-gsf.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/export-gsf.htm&lt;/A&gt;&lt;BR /&gt;
   &lt;BR /&gt;
recommends the CGMOF97L device. I have also had good luck with the ACTXIMG device, which creates a PNG file. The GIF and JPG devices might also suffice. In addition, I know some students who use ODS RTF to create their output and then cut and paste the image from Word into PowerPoint -- which works for onesies and twosies, but not for a lot for graph images. (They claimed the image was subjectively "better" using this technique, but I didn't see a big difference.)&lt;BR /&gt;
 &lt;BR /&gt;
For information about controlling image size, look in the documentation under GOPTIONS. Each device has a default size and aspect ratio. You can start with HSIZE and VSIZE GOPTIONS to alter the size:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gopdict-hsize.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gopdict-hsize.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gopdict-vsize.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gopdict-vsize.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Mon, 25 Jan 2010 16:22:53 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-01-25T16:22:53Z</dc:date>
    <item>
      <title>Gplot Output in PowerPoint</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gplot-Output-in-PowerPoint/m-p/46157#M1550</link>
      <description>Which device (eg activex, java, etc) and options (eg what's the best way to control the size of the image) should I use with gplot to get a clear image in MS PowerPoint?&lt;BR /&gt;
Any methodology that anyone can recommend would be appreciated.&lt;BR /&gt;
I'm currently using SAS 9.1&lt;BR /&gt;
.</description>
      <pubDate>Mon, 25 Jan 2010 04:05:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gplot-Output-in-PowerPoint/m-p/46157#M1550</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-01-25T04:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Gplot Output in PowerPoint</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gplot-Output-in-PowerPoint/m-p/46158#M1551</link>
      <description>Hi:&lt;BR /&gt;
  The documentation on the use of device-based graphics:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/export-gsf.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/export-gsf.htm&lt;/A&gt;&lt;BR /&gt;
   &lt;BR /&gt;
recommends the CGMOF97L device. I have also had good luck with the ACTXIMG device, which creates a PNG file. The GIF and JPG devices might also suffice. In addition, I know some students who use ODS RTF to create their output and then cut and paste the image from Word into PowerPoint -- which works for onesies and twosies, but not for a lot for graph images. (They claimed the image was subjectively "better" using this technique, but I didn't see a big difference.)&lt;BR /&gt;
 &lt;BR /&gt;
For information about controlling image size, look in the documentation under GOPTIONS. Each device has a default size and aspect ratio. You can start with HSIZE and VSIZE GOPTIONS to alter the size:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gopdict-hsize.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gopdict-hsize.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gopdict-vsize.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gopdict-vsize.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 25 Jan 2010 16:22:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gplot-Output-in-PowerPoint/m-p/46158#M1551</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-01-25T16:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Gplot Output in PowerPoint</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gplot-Output-in-PowerPoint/m-p/46159#M1552</link>
      <description>I have used GIF733 with success using the following setup.&lt;BR /&gt;
&lt;BR /&gt;
    filename grafout "&amp;amp;chart_filename";&lt;BR /&gt;
    goptions reset=all device=GIF733 gunit=pct ftitle=swissl htitle=5 ftext=swissl htext=3&lt;BR /&gt;
             hsize=18cm vsize=13.5cm display&lt;BR /&gt;
             gsfmode=replace gsfname=grafout; /* cback=&amp;amp;uss_background; */&lt;BR /&gt;
&lt;BR /&gt;
    &lt;B&gt;Enter graphics clde here.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
    filename grafout clear;</description>
      <pubDate>Tue, 26 Jan 2010 19:25:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gplot-Output-in-PowerPoint/m-p/46159#M1552</guid>
      <dc:creator>barheat</dc:creator>
      <dc:date>2010-01-26T19:25:33Z</dc:date>
    </item>
  </channel>
</rss>

