<?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 SGPLOT colors in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/SGPLOT-colors/m-p/426854#M4306</link>
    <description>&lt;P&gt;I have a Scatterplot and I would like to have different Colors of the Points for different Groups.&lt;/P&gt;&lt;P&gt;How does this work in SAS Studio?&lt;/P&gt;&lt;P&gt;please help me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jan 2018 13:00:48 GMT</pubDate>
    <dc:creator>kathisas</dc:creator>
    <dc:date>2018-01-11T13:00:48Z</dc:date>
    <item>
      <title>SGPLOT colors</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SGPLOT-colors/m-p/426854#M4306</link>
      <description>&lt;P&gt;I have a Scatterplot and I would like to have different Colors of the Points for different Groups.&lt;/P&gt;&lt;P&gt;How does this work in SAS Studio?&lt;/P&gt;&lt;P&gt;please help me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 13:00:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SGPLOT-colors/m-p/426854#M4306</guid>
      <dc:creator>kathisas</dc:creator>
      <dc:date>2018-01-11T13:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT colors</title>
      <link>https://communities.sas.com/t5/SAS-Studio/SGPLOT-colors/m-p/426864#M4307</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=sashelp.iris;
   scatter x=petallength y = sepallength / group=species;
run;

proc sgplot data=sashelp.iris;
   styleattrs datacontrastcolors=(red purple orange);
   scatter x=petallength y = sepallength / group=species;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Jan 2018 13:33:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/SGPLOT-colors/m-p/426864#M4307</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2018-01-11T13:33:55Z</dc:date>
    </item>
  </channel>
</rss>

