<?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: How to split Panel Header Labels in SGPANEL in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-split-Panel-Header-Labels-in-SGPANEL/m-p/877984#M23864</link>
    <description>&lt;P&gt;How about using two variables in panelby statement?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data=sashelp.prdsale;
  where product in ("CHAIR" "SOFA");
  panelby year product/ spacing=5 novarname noheaderborder;
  vline month / response=actual;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="1.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84412i1E2063E155C3D031/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 May 2023 03:12:15 GMT</pubDate>
    <dc:creator>whymath</dc:creator>
    <dc:date>2023-05-29T03:12:15Z</dc:date>
    <item>
      <title>How to split Panel Header Labels in SGPANEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-split-Panel-Header-Labels-in-SGPANEL/m-p/876895#M23819</link>
      <description>&lt;P&gt;I want to split label for each panel header,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc format;&lt;/P&gt;&lt;P&gt;VALUE $ CHE&lt;BR /&gt;'a' ="AAAAAAAAAAAAA(*ESC*)(100mg N=638, 200mg N=320)"&lt;BR /&gt;'b' ="BBBBBBBBBBBBBB(*ESC*){unicode '000a'x}(100mg N=638, 200mg N=320)"&lt;BR /&gt;'c' ="CCCCCCCCCCCCCCC(*ESC*){unicode '000a'x}(100mg N=638, 200mg N=320)"&lt;BR /&gt;'d' ="DDDDDDDDDDDDDD (pompholyx)(*ESC*){unicode '000a'x}(100mg N=638, 200mg N=320)"&lt;BR /&gt;'e' ="EEEEEEEEEEEE(*ESC*){unicode '000a'x}(100mg N=638, 200mg N=320)"&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgpanel data=Test_all noautolegend;&lt;BR /&gt;format EPTCD $Ept. subgroup $CHE.;&lt;BR /&gt;panelby Subgroup/layout=panel spacing=0 novarname columns=2 rows=3 sort=ASCENDING ;&lt;/P&gt;&lt;P&gt;styleattrs datacontrastcolors=(black);&lt;BR /&gt;scatter x=difference y=EPTCD / filledoutlinedmarkers group=Subgroup grouporder=Data xerrorlower=lcl xerrorupper=ucl&lt;BR /&gt;markerfillattrs=(color= blue) markerattrs=(symbol=squarefilled) markeroutlineattrs=(color=blue) ;&lt;BR /&gt;REFLINE 0 / axis=X;&lt;BR /&gt;inset txt /nolabel POSITION=bottomright TEXTATTRS=(Family=Arial Size=6 ) ;&lt;BR /&gt;colaxis label="Difference (95% CI)" values=(-20 -10 0 10 20 30 40 50 60 70) offsetmin=0.05 offsetmax=0.05;&lt;BR /&gt;rowaxis colorbands=odd label=" " offsetmax=.2 DISCRETEORDER=data reverse ;&lt;BR /&gt;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 13:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-split-Panel-Header-Labels-in-SGPANEL/m-p/876895#M23819</guid>
      <dc:creator>SUNNY2409</dc:creator>
      <dc:date>2023-05-22T13:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to split Panel Header Labels in SGPANEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-split-Panel-Header-Labels-in-SGPANEL/m-p/877984#M23864</link>
      <description>&lt;P&gt;How about using two variables in panelby statement?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data=sashelp.prdsale;
  where product in ("CHAIR" "SOFA");
  panelby year product/ spacing=5 novarname noheaderborder;
  vline month / response=actual;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="1.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84412i1E2063E155C3D031/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2023 03:12:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-split-Panel-Header-Labels-in-SGPANEL/m-p/877984#M23864</guid>
      <dc:creator>whymath</dc:creator>
      <dc:date>2023-05-29T03:12:15Z</dc:date>
    </item>
  </channel>
</rss>

