<?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: Grouped scatterplot with proc template in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Grouped-scatterplot-with-proc-template/m-p/537159#M17828</link>
    <description>&lt;P&gt;I think you can accomplish this more simply without using PROC TEMPLATE.&amp;nbsp; Moving to the Graphics Programming board for more experts.&amp;nbsp; In the meantime, look at COLORMODEL and COLORRESPONSE options.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Feb 2019 19:12:59 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2019-02-20T19:12:59Z</dc:date>
    <item>
      <title>Grouped scatterplot with proc template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Grouped-scatterplot-with-proc-template/m-p/536534#M17827</link>
      <description>&lt;P&gt;Hello Folks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to convert the following piece of code to proc template (I want to get circles as symbol and the color according to group):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="xis-codeBlock"&gt;proc sgplot data=sashelp.iris;
   scatter x=petallength y=petalwidth / group=species;
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 17:10:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Grouped-scatterplot-with-proc-template/m-p/536534#M17827</guid>
      <dc:creator>oussema</dc:creator>
      <dc:date>2019-02-18T17:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped scatterplot with proc template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Grouped-scatterplot-with-proc-template/m-p/537159#M17828</link>
      <description>&lt;P&gt;I think you can accomplish this more simply without using PROC TEMPLATE.&amp;nbsp; Moving to the Graphics Programming board for more experts.&amp;nbsp; In the meantime, look at COLORMODEL and COLORRESPONSE options.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 19:12:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Grouped-scatterplot-with-proc-template/m-p/537159#M17828</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-02-20T19:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped scatterplot with proc template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Grouped-scatterplot-with-proc-template/m-p/537165#M17829</link>
      <description>&lt;P&gt;I am confused. The program you provided shoulld have given you exactly what you asked, unless you are using an ODS style that is not "color priority". Try this and see if it makes a difference:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics / attrpriority=color;
proc sgplot data=sashelp.iris;
   scatter x=petallength y=petalwidth / group=species;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 19:37:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Grouped-scatterplot-with-proc-template/m-p/537165#M17829</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2019-02-20T19:37:45Z</dc:date>
    </item>
  </channel>
</rss>

