<?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 SAS studio PROC LIFETEST: How to change line style to gray scale and dpi to 300 in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-studio-PROC-LIFETEST-How-to-change-line-style-to-gray-scale/m-p/708420#M26594</link>
    <description>&lt;P&gt;I am using SAS studio (but writing own code not using custom tasks).&lt;/P&gt;&lt;P&gt;I need to change the line style on KM curves for black and white publication and increase the dpi to 300. What is the most straightforward way to do this? Grateful for any assistance.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Dec 2020 13:34:41 GMT</pubDate>
    <dc:creator>aimeehayes0</dc:creator>
    <dc:date>2020-12-28T13:34:41Z</dc:date>
    <item>
      <title>SAS studio PROC LIFETEST: How to change line style to gray scale and dpi to 300</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-studio-PROC-LIFETEST-How-to-change-line-style-to-gray-scale/m-p/708420#M26594</link>
      <description>&lt;P&gt;I am using SAS studio (but writing own code not using custom tasks).&lt;/P&gt;&lt;P&gt;I need to change the line style on KM curves for black and white publication and increase the dpi to 300. What is the most straightforward way to do this? Grateful for any assistance.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 13:34:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-studio-PROC-LIFETEST-How-to-change-line-style-to-gray-scale/m-p/708420#M26594</guid>
      <dc:creator>aimeehayes0</dc:creator>
      <dc:date>2020-12-28T13:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS studio PROC LIFETEST: How to change line style to gray scale and dpi to 300</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-studio-PROC-LIFETEST-How-to-change-line-style-to-gray-scale/m-p/708480#M26596</link>
      <description>&lt;P&gt;What ODS destination are you sending your graphs to?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 21:28:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-studio-PROC-LIFETEST-How-to-change-line-style-to-gray-scale/m-p/708480#M26596</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2020-12-28T21:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS studio PROC LIFETEST: How to change line style to gray scale and dpi to 300</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-studio-PROC-LIFETEST-How-to-change-line-style-to-gray-scale/m-p/708538#M26598</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In SAS Studio, by default, output is generated in the HTML5, PDF, and RTF formats via the results tab.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 09:46:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-studio-PROC-LIFETEST-How-to-change-line-style-to-gray-scale/m-p/708538#M26598</guid>
      <dc:creator>aimeehayes0</dc:creator>
      <dc:date>2020-12-29T09:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS studio PROC LIFETEST: How to change line style to gray scale and dpi to 300</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-studio-PROC-LIFETEST-How-to-change-line-style-to-gray-scale/m-p/708638#M26604</link>
      <description>&lt;P&gt;This is how I create a graph as a PNG image file with 300 dpi for publication:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods listing gpath="c:\myGraphsDir" style=journal image_dpi=300;
ods graphics / imagename="myGraph"  width=15cm height=10cm;

....  call graphing procs .....&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This would create the file c:\myGraphsDir\myGraph.png containing a 300 dpi graph using the &lt;EM&gt;journal&lt;/EM&gt; style which is monochrome. You may also try the style variants journal1, journal2 and journal3.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 20:20:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-studio-PROC-LIFETEST-How-to-change-line-style-to-gray-scale/m-p/708638#M26604</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2020-12-29T20:20:16Z</dc:date>
    </item>
  </channel>
</rss>

