<?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: Symbols and Lines in Gpanel-Graphic in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Symbols-and-Lines-in-Gpanel-Graphic/m-p/45535#M1516</link>
    <description>Hey Marie,&lt;BR /&gt;
&lt;BR /&gt;
The issue you found was fixed in the phase 2 release of SAS 9.2. However, because you are doing a DEGREE=1 regression, you can work around this issue by specifying MAXPOINTS=2 on your REG statement. Let me know if this works for you.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Dan</description>
    <pubDate>Thu, 08 Jul 2010 19:35:48 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2010-07-08T19:35:48Z</dc:date>
    <item>
      <title>Symbols and Lines in Gpanel-Graphic</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Symbols-and-Lines-in-Gpanel-Graphic/m-p/45534#M1515</link>
      <description>Hallo,&lt;BR /&gt;
&lt;BR /&gt;
i created a Panelgraph--Macro and have some problems with my legend.&lt;BR /&gt;
If i do the graphs scatter and Reg alone everything works fine: with the scatter-Graph i get a symbol-legend for my wildtype-subgroups. The Reg-Graph gives me the legend for the Regression-Lines for my wildtype-subgroups. If i do both like below in my syntax i get a legend with symbols and lines not just for my two wildtype-subgroups, but also for a third group (i think missing values?), also if i dont have any missing values.&lt;BR /&gt;
&lt;BR /&gt;
Do you have any idea what i can do for having symbols and lines in my legend and that  just for my wildtype-Subgroups?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
%Macro Panelgraf(Vari=, name=);&lt;BR /&gt;
&lt;BR /&gt;
proc sgpanel data=final; 	&lt;BR /&gt;
  panelby genotype sex /layout=lattice novarname;&lt;BR /&gt;
  &lt;BR /&gt;
  Scatter x=age  y=&amp;amp;Vari /Group=wildtype name='scatter' ;&lt;BR /&gt;
  Reg x=age  y=&amp;amp;Vari / Group=wildtype name='Reg' Degree=1 nomarkers;&lt;BR /&gt;
  keylegend 'scatter' 'Reg';&lt;BR /&gt;
  &lt;BR /&gt;
run;&lt;BR /&gt;
ODS GRAPHICS OFF;&lt;BR /&gt;
%Mend Panelgraf;&lt;BR /&gt;
&lt;BR /&gt;
thank you in advance (i use SAS 9.2. Phase 1).&lt;BR /&gt;
&lt;BR /&gt;
marie</description>
      <pubDate>Thu, 08 Jul 2010 10:26:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Symbols-and-Lines-in-Gpanel-Graphic/m-p/45534#M1515</guid>
      <dc:creator>marieK</dc:creator>
      <dc:date>2010-07-08T10:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Symbols and Lines in Gpanel-Graphic</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Symbols-and-Lines-in-Gpanel-Graphic/m-p/45535#M1516</link>
      <description>Hey Marie,&lt;BR /&gt;
&lt;BR /&gt;
The issue you found was fixed in the phase 2 release of SAS 9.2. However, because you are doing a DEGREE=1 regression, you can work around this issue by specifying MAXPOINTS=2 on your REG statement. Let me know if this works for you.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Dan</description>
      <pubDate>Thu, 08 Jul 2010 19:35:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Symbols-and-Lines-in-Gpanel-Graphic/m-p/45535#M1516</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2010-07-08T19:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Symbols and Lines in Gpanel-Graphic</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Symbols-and-Lines-in-Gpanel-Graphic/m-p/45536#M1517</link>
      <description>Hi Dan,&lt;BR /&gt;
&lt;BR /&gt;
thank you very much. It is working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Fri, 09 Jul 2010 08:10:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Symbols-and-Lines-in-Gpanel-Graphic/m-p/45536#M1517</guid>
      <dc:creator>marieK</dc:creator>
      <dc:date>2010-07-09T08:10:25Z</dc:date>
    </item>
  </channel>
</rss>

