<?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: High-resolution graphic for use with poster-sized PowerPoint file in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/High-resolution-graphic-for-use-with-poster-sized-PowerPoint/m-p/30586#M923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ... here's another idea ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;High Resolution PDF Graphics via the PAPERSIZE Option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sascommunity.org/wiki/High_Resolution_PDF_Graphics_via_the_PAPERSIZE_Option" title="http://www.sascommunity.org/wiki/High_Resolution_PDF_Graphics_via_the_PAPERSIZE_Option"&gt;http://www.sascommunity.org/wiki/High_Resolution_PDF_Graphics_via_the_PAPERSIZE_Option&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jun 2012 21:47:58 GMT</pubDate>
    <dc:creator>MikeZdeb</dc:creator>
    <dc:date>2012-06-09T21:47:58Z</dc:date>
    <item>
      <title>High-resolution graphic for use with poster-sized PowerPoint file</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/High-resolution-graphic-for-use-with-poster-sized-PowerPoint/m-p/30583#M920</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm trying to produce a graphic from PROC LOGISTIC suitable for use in PowerPoint, that will eventually become a large poster. I can make a file suitable for a Word document, but when enlarged is looks very "fuzzy". I've tried increasing the DPI but then get warning messages about exceeding memory.&lt;BR /&gt;
&lt;BR /&gt;
Here is part of the code:&lt;BR /&gt;
&lt;BR /&gt;
ods graphics on / imagefmt = png width=1280px height=960px scale noborder;&lt;BR /&gt;
ods listing image_dpi=300 style=journal;&lt;BR /&gt;
proc logistic data=sln1 plots=roc(id=prob);&lt;BR /&gt;
model pos(event='1') = MSKCC Camb Stan / nofit;&lt;BR /&gt;
roc 'MSKCC' MSKCC;&lt;BR /&gt;
roc 'Cambridge' Camb;&lt;BR /&gt;
roc 'Stanford' Stan;&lt;BR /&gt;
roccontrast reference('MSKCC') / estimate e;&lt;BR /&gt;
run;&lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
&lt;BR /&gt;
Can someone help, please?&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Norman.&lt;BR /&gt;
&lt;BR /&gt;
PS. I'm running SAS 9.2 in Windows XP</description>
      <pubDate>Wed, 02 Jun 2010 16:30:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/High-resolution-graphic-for-use-with-poster-sized-PowerPoint/m-p/30583#M920</guid>
      <dc:creator>Norman21</dc:creator>
      <dc:date>2010-06-02T16:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: High-resolution graphic for use with poster-sized PowerPoint file</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/High-resolution-graphic-for-use-with-poster-sized-PowerPoint/m-p/30584#M921</link>
      <description>Hey Norman,&lt;BR /&gt;
&lt;BR /&gt;
If you look in your SAS configuration file, you will see the -Xmx and -Xms options under JREOPTIONS. You can increase the memory on these options to be no more the 1/2 of your physical memory on your machine. It's best to go ahead to set both numbers to be the same. Give that a try and see if that helps.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Dan</description>
      <pubDate>Wed, 02 Jun 2010 16:40:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/High-resolution-graphic-for-use-with-poster-sized-PowerPoint/m-p/30584#M921</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2010-06-02T16:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: High-resolution graphic for use with poster-sized PowerPoint file</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/High-resolution-graphic-for-use-with-poster-sized-PowerPoint/m-p/30585#M922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I finally figured out how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, the ODS PDF statement creates Scalable Vector Graphics. Output was directed to a PDF file, from where an enlarged image was captured which was then pasted into PowerPoint (with other images, text, etc.), then made into a PDF that was sent to the printers. Care was taken to ensure that the highest quality settings were used throughout. The result was excellent.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I should add that I'm now using SAS 9.3 TS Level 1M0 on an X64_7PRO platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easy when you know how!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Norman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2012 18:08:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/High-resolution-graphic-for-use-with-poster-sized-PowerPoint/m-p/30585#M922</guid>
      <dc:creator>Norman21</dc:creator>
      <dc:date>2012-06-09T18:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: High-resolution graphic for use with poster-sized PowerPoint file</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/High-resolution-graphic-for-use-with-poster-sized-PowerPoint/m-p/30586#M923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ... here's another idea ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;High Resolution PDF Graphics via the PAPERSIZE Option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sascommunity.org/wiki/High_Resolution_PDF_Graphics_via_the_PAPERSIZE_Option" title="http://www.sascommunity.org/wiki/High_Resolution_PDF_Graphics_via_the_PAPERSIZE_Option"&gt;http://www.sascommunity.org/wiki/High_Resolution_PDF_Graphics_via_the_PAPERSIZE_Option&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jun 2012 21:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/High-resolution-graphic-for-use-with-poster-sized-PowerPoint/m-p/30586#M923</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2012-06-09T21:47:58Z</dc:date>
    </item>
  </channel>
</rss>

