<?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: sgpanel  color cycle in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-color-cycle/m-p/109416#M4084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example (from SAS) you see that there is an extra data step, where an 'attribute' map is created:&lt;/P&gt;&lt;P&gt;See below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data attrmap;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;retain ID "myid";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;retain markersymbol "circlefilled";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;input value $ markercolor $ linecolor $ linepattern $;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;datalines;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;F&amp;nbsp; orange&amp;nbsp; orange&amp;nbsp; solid&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;M&amp;nbsp; blue&amp;nbsp;&amp;nbsp;&amp;nbsp; blue&amp;nbsp;&amp;nbsp;&amp;nbsp; solid&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;title1 "SGPanel&amp;nbsp; reg ";&lt;/P&gt;&lt;P&gt;proc SGpanel&amp;nbsp; data=sashelp.class &lt;STRONG&gt;dattrmap=attrmap;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;panelby sex;&lt;/P&gt;&lt;P&gt;reg x=height y=weight/&lt;STRONG&gt;group = sex&lt;/STRONG&gt; cli clm &lt;STRONG&gt;attrid=myid;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anca.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2013 12:47:03 GMT</pubDate>
    <dc:creator>AncaTilea</dc:creator>
    <dc:date>2013-02-14T12:47:03Z</dc:date>
    <item>
      <title>sgpanel  color cycle</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-color-cycle/m-p/109415#M4083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this code&lt;/P&gt;&lt;P&gt;title1 "SGPanel&amp;nbsp; reg ";&lt;/P&gt;&lt;P&gt;proc SGpanel&amp;nbsp; data=sashelp.class ;&lt;/P&gt;&lt;P&gt;panelby sex;&lt;/P&gt;&lt;P&gt;reg x=height y=weight/cli clm ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt; we obtain two panes with the htmlbue style colors&amp;nbsp; (under 9.3.2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Despite the &lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/65235/HTML/default/p0k06baqdy4vinn1kqup9wsmuqc0.htm" title="http://support.sas.com/documentation/cdl/en/grstatproc/65235/HTML/default/p0k06baqdy4vinn1kqup9wsmuqc0.htm"&gt;Example: Create a Panel That Uses an Attribute Map :: SAS(R) 9.3 ODS Graphics: Procedures Guide, Third Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i did not find how to obtain a cycle for the male and female in matter of color of confidence &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a element of style + "overlay?" option that forces the switch of color from pane to pane ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 11:51:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-color-cycle/m-p/109415#M4083</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2013-02-14T11:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: sgpanel  color cycle</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-color-cycle/m-p/109416#M4084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example (from SAS) you see that there is an extra data step, where an 'attribute' map is created:&lt;/P&gt;&lt;P&gt;See below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data attrmap;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;retain ID "myid";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;retain markersymbol "circlefilled";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;input value $ markercolor $ linecolor $ linepattern $;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;datalines;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;F&amp;nbsp; orange&amp;nbsp; orange&amp;nbsp; solid&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;M&amp;nbsp; blue&amp;nbsp;&amp;nbsp;&amp;nbsp; blue&amp;nbsp;&amp;nbsp;&amp;nbsp; solid&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;title1 "SGPanel&amp;nbsp; reg ";&lt;/P&gt;&lt;P&gt;proc SGpanel&amp;nbsp; data=sashelp.class &lt;STRONG&gt;dattrmap=attrmap;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;panelby sex;&lt;/P&gt;&lt;P&gt;reg x=height y=weight/&lt;STRONG&gt;group = sex&lt;/STRONG&gt; cli clm &lt;STRONG&gt;attrid=myid;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anca.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 12:47:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-color-cycle/m-p/109416#M4084</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2013-02-14T12:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: sgpanel  color cycle</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgpanel-color-cycle/m-p/109417#M4085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Ancea&lt;/P&gt;&lt;P&gt;I was missing the presence of group=sex in my reg instruction&lt;/P&gt;&lt;P&gt;that was the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 13:40:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgpanel-color-cycle/m-p/109417#M4085</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2013-02-14T13:40:56Z</dc:date>
    </item>
  </channel>
</rss>

