<?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: proc sgpanel different marker sizes by group in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpanel-different-marker-sizes-by-group/m-p/765762#M242572</link>
    <description>&lt;P&gt;Look at DATTRMAP in the documentation.&lt;/P&gt;
&lt;P&gt;It is a special helper data set that allows you to set properties for group variables such as marker and marker size based on the values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or search the Graphics Programming section of the forum for DATTRMAP for some examples.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Sep 2021 22:13:22 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-09-02T22:13:22Z</dc:date>
    <item>
      <title>proc sgpanel different marker sizes by group</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpanel-different-marker-sizes-by-group/m-p/765756#M242570</link>
      <description>&lt;P&gt;I'm using proc sgpanel to create a scatterplot. There is a grouping variable, and I'd like one group (starfilled) to have bigger markers than the other group (circlefilled). Does anyone know how to do this? I can't find a styleattrs or markerattrs option for this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data=have noautolegend;
  styleattrs datasymbols=(circlefilled starfilled);
  panelby visit / columns=3 novarname; 
  scatter x=xval y=yval / group=Group colorresponse=z;
run; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Sep 2021 21:45:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpanel-different-marker-sizes-by-group/m-p/765756#M242570</guid>
      <dc:creator>nvid</dc:creator>
      <dc:date>2021-09-02T21:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpanel different marker sizes by group</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpanel-different-marker-sizes-by-group/m-p/765762#M242572</link>
      <description>&lt;P&gt;Look at DATTRMAP in the documentation.&lt;/P&gt;
&lt;P&gt;It is a special helper data set that allows you to set properties for group variables such as marker and marker size based on the values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or search the Graphics Programming section of the forum for DATTRMAP for some examples.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 22:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpanel-different-marker-sizes-by-group/m-p/765762#M242572</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-09-02T22:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpanel different marker sizes by group</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpanel-different-marker-sizes-by-group/m-p/765764#M242573</link>
      <description>&lt;P&gt;That worked!! Thank you so much&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 22:33:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpanel-different-marker-sizes-by-group/m-p/765764#M242573</guid>
      <dc:creator>nvid</dc:creator>
      <dc:date>2021-09-02T22:33:58Z</dc:date>
    </item>
  </channel>
</rss>

