<?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 COlor of grouped SGPLOT without DATTRMAP in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/COlor-of-grouped-SGPLOT-without-DATTRMAP/m-p/483161#M31326</link>
    <description>&lt;P&gt;I have a SAS EG 4.3 and I guess it does not include DATTRMAP to change colors of grouped scatterplots. Is there any other way to choose colors for grouped graphs without this function ?&lt;/P&gt;</description>
    <pubDate>Wed, 01 Aug 2018 19:08:30 GMT</pubDate>
    <dc:creator>matt23</dc:creator>
    <dc:date>2018-08-01T19:08:30Z</dc:date>
    <item>
      <title>COlor of grouped SGPLOT without DATTRMAP</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/COlor-of-grouped-SGPLOT-without-DATTRMAP/m-p/483161#M31326</link>
      <description>&lt;P&gt;I have a SAS EG 4.3 and I guess it does not include DATTRMAP to change colors of grouped scatterplots. Is there any other way to choose colors for grouped graphs without this function ?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 19:08:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/COlor-of-grouped-SGPLOT-without-DATTRMAP/m-p/483161#M31326</guid>
      <dc:creator>matt23</dc:creator>
      <dc:date>2018-08-01T19:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: COlor of grouped SGPLOT without DATTRMAP</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/COlor-of-grouped-SGPLOT-without-DATTRMAP/m-p/483165#M31328</link>
      <description>&lt;P&gt;Use the DATACONTRASTCOLORS= Option in the &lt;A href="http://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=p1dt33l6a6epk6n1chtynsgsjgit.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=da" target="_self"&gt;STYLEATTRS Statement&lt;/A&gt; like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.iris noautolegend;
   styleattrs datasymbols=(circlefilled) datacontrcolors=(red yellow green);
   scatter x=sepallength y=sepalwidth / group=species;
   keylegend / location=inside position=NE across=1;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 19:13:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/COlor-of-grouped-SGPLOT-without-DATTRMAP/m-p/483165#M31328</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-08-01T19:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: COlor of grouped SGPLOT without DATTRMAP</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/COlor-of-grouped-SGPLOT-without-DATTRMAP/m-p/483179#M31330</link>
      <description>Yea, styleattrs don't work for me either. I guess I can't do it on this version of SAS. Thank you, though</description>
      <pubDate>Wed, 01 Aug 2018 19:33:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/COlor-of-grouped-SGPLOT-without-DATTRMAP/m-p/483179#M31330</guid>
      <dc:creator>matt23</dc:creator>
      <dc:date>2018-08-01T19:33:40Z</dc:date>
    </item>
  </channel>
</rss>

