<?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: Code for color scheme in SAS graph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Code-for-color-scheme-in-SAS-graph/m-p/86830#M3216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a great idea, thanks Robert!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jul 2013 17:02:44 GMT</pubDate>
    <dc:creator>sarahsasuser</dc:creator>
    <dc:date>2013-07-23T17:02:44Z</dc:date>
    <item>
      <title>Code for color scheme in SAS graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Code-for-color-scheme-in-SAS-graph/m-p/86826#M3212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a graph in SAS with 6 subgroups that SAS color codes by default. I would like to use these specific colors in other graphs and so need to know the rgb color codes that SAS is using. I've looked at this link that shows all the color codes in SAS (&lt;A href="http://support.sas.com/techsup/technote/ts688/ts688.html" title="http://support.sas.com/techsup/technote/ts688/ts688.html"&gt;TS-DOC: TS-688 - Defining Colors using Hex Values&lt;/A&gt;) but I can't find the exact matches. I think it would be easier to see what codes SAS is already using, as my team likes these colors and doesn't want to change them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 16:22:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Code-for-color-scheme-in-SAS-graph/m-p/86826#M3212</guid>
      <dc:creator>sarahsasuser</dc:creator>
      <dc:date>2013-07-23T16:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Code for color scheme in SAS graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Code-for-color-scheme-in-SAS-graph/m-p/86827#M3213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Figure out what template you're using then output it using proc template.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;source styles.default;&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then &lt;STRONG&gt;check the log&lt;/STRONG&gt; and look for lines that look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 'gdata12' = cxDDD17E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'gdata11' = cxB7AEF1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'gdata10' = cx87C873&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'gdata9' = cxCF974B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'gdata8' = cxCD7BA1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'gdata6' = cxBABC5C&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'gdata7' = cx94BDE1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'gdata4' = cxA9865B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'gdata5' = cxB689CD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'gdata3' = cx66A5A0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'gdata2' = cxDE7E6F&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'gdata1' = cx7C95CA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if it's the gdata or gcdata colours (think its gdata), but it also depends on what proc you're using. If you're using ramps colours it could be something else, but this is one way to find out. &lt;/P&gt;&lt;P&gt;OR you can go into EG style editor tool and try and grab them from there. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Good Luck &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 16:41:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Code-for-color-scheme-in-SAS-graph/m-p/86827#M3213</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-07-23T16:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Code for color scheme in SAS graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Code-for-color-scheme-in-SAS-graph/m-p/86828#M3214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I installed a Windows tool called 'Pixeur' which lets me point my mouse at a color in a graph (or anywhere), and it tells me the RGB hex code for the color.&amp;nbsp; I find it *very* useful for determining the colors to hard-code, to replicate the colors that were used in another graph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 17:00:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Code-for-color-scheme-in-SAS-graph/m-p/86828#M3214</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-07-23T17:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Code for color scheme in SAS graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Code-for-color-scheme-in-SAS-graph/m-p/86829#M3215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Reeza! That was exactly what I was looking for. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 17:02:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Code-for-color-scheme-in-SAS-graph/m-p/86829#M3215</guid>
      <dc:creator>sarahsasuser</dc:creator>
      <dc:date>2013-07-23T17:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Code for color scheme in SAS graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Code-for-color-scheme-in-SAS-graph/m-p/86830#M3216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a great idea, thanks Robert!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 17:02:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Code-for-color-scheme-in-SAS-graph/m-p/86830#M3216</guid>
      <dc:creator>sarahsasuser</dc:creator>
      <dc:date>2013-07-23T17:02:44Z</dc:date>
    </item>
  </channel>
</rss>

