<?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 Change color on survival charts in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Change-color-on-survival-charts/m-p/146618#M7706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just created a very simple survival chart (code &amp;amp; cart are attached) and was trying to change the colors from "red" and "blue" into something else, like "purple" and "orange".&lt;/P&gt;&lt;P&gt;Would anyone tell me where I did wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to following the instructions from the following link; however, those colors are still remain the same.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_templt_a0000000066.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_templt_a0000000066.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all of the support!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lindsey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--**********&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; define style Styles.StatColor;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parent = Styles.HTMLBlue;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style GraphData1 from GraphData1 / contrastcolor = purple;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style GraphData2 from GraphData2 / contrastcolor = orange;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing style=StatColor;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc lifetest data = sorted_raw_data alpha = 0.05 plots(only) = survival(cl);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; time miles * censored(0);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; by truck;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strata population;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc template;&lt;BR /&gt; delete Styles.StatColor;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--**********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="suervival.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/5740_suervival.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to following the instructions from the following link; however, those colors are still remain the same.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_templt_a0000000066.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_templt_a0000000066.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all of the support!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2014 19:08:03 GMT</pubDate>
    <dc:creator>Jubilantlula</dc:creator>
    <dc:date>2014-03-17T19:08:03Z</dc:date>
    <item>
      <title>Change color on survival charts</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Change-color-on-survival-charts/m-p/146618#M7706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just created a very simple survival chart (code &amp;amp; cart are attached) and was trying to change the colors from "red" and "blue" into something else, like "purple" and "orange".&lt;/P&gt;&lt;P&gt;Would anyone tell me where I did wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to following the instructions from the following link; however, those colors are still remain the same.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_templt_a0000000066.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_templt_a0000000066.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all of the support!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lindsey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--**********&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; define style Styles.StatColor;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parent = Styles.HTMLBlue;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style GraphData1 from GraphData1 / contrastcolor = purple;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style GraphData2 from GraphData2 / contrastcolor = orange;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing style=StatColor;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc lifetest data = sorted_raw_data alpha = 0.05 plots(only) = survival(cl);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; time miles * censored(0);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; by truck;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; strata population;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc template;&lt;BR /&gt; delete Styles.StatColor;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--**********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="suervival.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/5740_suervival.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to following the instructions from the following link; however, those colors are still remain the same.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_templt_a0000000066.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_templt_a0000000066.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all of the support!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 19:08:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Change-color-on-survival-charts/m-p/146618#M7706</guid>
      <dc:creator>Jubilantlula</dc:creator>
      <dc:date>2014-03-17T19:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change color on survival charts</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Change-color-on-survival-charts/m-p/146619#M7707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your proc template code is changing the contrastcolor which is what the boundary of a barchart would display, not the main color.&lt;/P&gt;&lt;P&gt;Try changing contrastcolor to just color.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 22:38:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Change-color-on-survival-charts/m-p/146619#M7707</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-03-17T22:38:22Z</dc:date>
    </item>
  </channel>
</rss>

