<?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 Modifying PROC LIFETEST output graphics resolution in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Modifying-PROC-LIFETEST-output-graphics-resolution/m-p/188270#M6941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="jive-rendered-content" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I'm using base settings for ODS HTML output and PROC LIFETEST to produce KM survival curves with colored areas for 95% CIs (all base settings). I'd like a similar output but I require a better resolution than what is being given using base settings. How can I get at least DPI&amp;gt;=300 and produce a similar graphic? I'm using SAS 9.4 and I'm certainly not married to ODS HTML output. I just don't know any better.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11171iED9F8B4F58BE89AD/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="TTE Major bleed warfarin.png" title="TTE Major bleed warfarin.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 18 Jan 2015 16:52:14 GMT</pubDate>
    <dc:creator>brown_rx</dc:creator>
    <dc:date>2015-01-18T16:52:14Z</dc:date>
    <item>
      <title>Modifying PROC LIFETEST output graphics resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Modifying-PROC-LIFETEST-output-graphics-resolution/m-p/188270#M6941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="jive-rendered-content" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I'm using base settings for ODS HTML output and PROC LIFETEST to produce KM survival curves with colored areas for 95% CIs (all base settings). I'd like a similar output but I require a better resolution than what is being given using base settings. How can I get at least DPI&amp;gt;=300 and produce a similar graphic? I'm using SAS 9.4 and I'm certainly not married to ODS HTML output. I just don't know any better.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11171iED9F8B4F58BE89AD/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="TTE Major bleed warfarin.png" title="TTE Major bleed warfarin.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Jan 2015 16:52:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Modifying-PROC-LIFETEST-output-graphics-resolution/m-p/188270#M6941</guid>
      <dc:creator>brown_rx</dc:creator>
      <dc:date>2015-01-18T16:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying PROC LIFETEST output graphics resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Modifying-PROC-LIFETEST-output-graphics-resolution/m-p/188271#M6942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_odsgraph_sect034.htm" title="http://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_odsgraph_sect034.htm"&gt;SAS/STAT(R) 9.2 User's Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can modify your resolution via ODS GRAPHIC height/width or ODS HTML image_dpi option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the docs though, you should be getting an SVG via HTML so I would have assumed that would be high quality.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 02:35:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Modifying-PROC-LIFETEST-output-graphics-resolution/m-p/188271#M6942</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-01-19T02:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying PROC LIFETEST output graphics resolution</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Modifying-PROC-LIFETEST-output-graphics-resolution/m-p/188272#M6943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The default destination is HTML with DPI=96.&amp;nbsp; The graphs themselves are saved in the Temp folder.&amp;nbsp; If you want the graphs accessible at a higher resolution, you can turn on LISTING destination, and set&lt;STRONG&gt; Image_dpi&lt;/STRONG&gt;=200 or 300.&amp;nbsp; If you use &lt;STRONG&gt;PDF&lt;/STRONG&gt; destination, you will get scalable output at 150 dpi, which can be increased.&amp;nbsp; This output is scalable, so the graph in the PDF doc (especially the printed version) should look nice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 05:20:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Modifying-PROC-LIFETEST-output-graphics-resolution/m-p/188272#M6943</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-01-19T05:20:13Z</dc:date>
    </item>
  </channel>
</rss>

