<?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 proc sgpanel / remove values from the colaxis in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpanel-remove-values-from-the-colaxis/m-p/665583#M199042</link>
    <description>&lt;P&gt;Hi Folks:&lt;/P&gt;
&lt;P&gt;I have paneled plot below and trying to remove SORT=n labels of off the colaxis. Do you know how to achieve this? Thanks in advance. See code in the code snippet below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cruise_1-1593304629484.png" style="width: 220px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/46737iEB42D05D9834CB23/image-dimensions/220x518?v=v2" width="220" height="518" role="button" title="Cruise_1-1593304629484.png" alt="Cruise_1-1593304629484.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;IF Variables='aty' AND Daegu='yes' THEN SORT=1; ELSE
IF Variables='ah_p' AND Daegu='no' THEN SORT=2; ELSE
IF Variables='ag' AND Daegu='yes' THEN SORT=3; ELSE
IF Variables='a' AND Daegu='no' THEN SORT=4; ELSE
IF Variables='aon' AND Daegu='yes' THEN SORT=5; ELSE
IF Variables='aare_access' AND Daegu='no' THEN SORT=6; ELSE
IF Variables='abehavior ' AND Daegu='yes' THEN SORT=7; ELSE
IF Variables='aty' AND Daegu='no' THEN SORT=8; ELSE
IF Variables='ah_p' AND Daegu='yes' THEN SORT=9; ELSE
IF Variables='ag' AND Daegu='no' THEN SORT=10; ELSE
IF Variables='a' AND Daegu='yes' THEN SORT=11; ELSE
IF Variables='aon' AND Daegu='no' THEN SORT=12; ELSE
IF Variables='aare_access' AND Daegu='yes' THEN SORT=13; ELSE
IF Variables='abehavior ' AND Daegu='no' THEN SORT=14;
ods graphics / width=300px height=900px;
proc sgpanel data=ci90 noautolegend;
styleattrs datacontrastcolors=(black red green);
panelby sort/columns=2 onepanel proportional 
rowheaderpos=left noheaderborder colheaderpos=top  spacing=10 uniscale=column;
scatter x= Phases y=rr/ markerattrs=(symbol=squarefilled) group=Phases  yerrorlower=rr_l yerrorupper=rr_u  ;
refline 1/axis=y lineattrs=(pattern=dash);
colaxis display=none offsetmax=0.4 offsetmin=0.4;
rowaxis  label=' ' valuesformat=F8.2  ;
format Daegu $fmt. variables $vars.;
title 'CI90%, p&amp;lt;0.1'; 
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 28 Jun 2020 00:40:16 GMT</pubDate>
    <dc:creator>Cruise</dc:creator>
    <dc:date>2020-06-28T00:40:16Z</dc:date>
    <item>
      <title>proc sgpanel / remove values from the colaxis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpanel-remove-values-from-the-colaxis/m-p/665583#M199042</link>
      <description>&lt;P&gt;Hi Folks:&lt;/P&gt;
&lt;P&gt;I have paneled plot below and trying to remove SORT=n labels of off the colaxis. Do you know how to achieve this? Thanks in advance. See code in the code snippet below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cruise_1-1593304629484.png" style="width: 220px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/46737iEB42D05D9834CB23/image-dimensions/220x518?v=v2" width="220" height="518" role="button" title="Cruise_1-1593304629484.png" alt="Cruise_1-1593304629484.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;IF Variables='aty' AND Daegu='yes' THEN SORT=1; ELSE
IF Variables='ah_p' AND Daegu='no' THEN SORT=2; ELSE
IF Variables='ag' AND Daegu='yes' THEN SORT=3; ELSE
IF Variables='a' AND Daegu='no' THEN SORT=4; ELSE
IF Variables='aon' AND Daegu='yes' THEN SORT=5; ELSE
IF Variables='aare_access' AND Daegu='no' THEN SORT=6; ELSE
IF Variables='abehavior ' AND Daegu='yes' THEN SORT=7; ELSE
IF Variables='aty' AND Daegu='no' THEN SORT=8; ELSE
IF Variables='ah_p' AND Daegu='yes' THEN SORT=9; ELSE
IF Variables='ag' AND Daegu='no' THEN SORT=10; ELSE
IF Variables='a' AND Daegu='yes' THEN SORT=11; ELSE
IF Variables='aon' AND Daegu='no' THEN SORT=12; ELSE
IF Variables='aare_access' AND Daegu='yes' THEN SORT=13; ELSE
IF Variables='abehavior ' AND Daegu='no' THEN SORT=14;
ods graphics / width=300px height=900px;
proc sgpanel data=ci90 noautolegend;
styleattrs datacontrastcolors=(black red green);
panelby sort/columns=2 onepanel proportional 
rowheaderpos=left noheaderborder colheaderpos=top  spacing=10 uniscale=column;
scatter x= Phases y=rr/ markerattrs=(symbol=squarefilled) group=Phases  yerrorlower=rr_l yerrorupper=rr_u  ;
refline 1/axis=y lineattrs=(pattern=dash);
colaxis display=none offsetmax=0.4 offsetmin=0.4;
rowaxis  label=' ' valuesformat=F8.2  ;
format Daegu $fmt. variables $vars.;
title 'CI90%, p&amp;lt;0.1'; 
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2020 00:40:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpanel-remove-values-from-the-colaxis/m-p/665583#M199042</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2020-06-28T00:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpanel / remove values from the colaxis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sgpanel-remove-values-from-the-colaxis/m-p/665593#M199049</link>
      <description>Try the NOHEADER option on the PANELBY statement. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n0wqazuv6959fnn1fask7mi68lla.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n1rsdobpxxkdz3n1k64783nw7xm3" target="_blank"&gt;https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n0wqazuv6959fnn1fask7mi68lla.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n1rsdobpxxkdz3n1k64783nw7xm3&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Jun 2020 01:58:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sgpanel-remove-values-from-the-colaxis/m-p/665593#M199049</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-06-28T01:58:03Z</dc:date>
    </item>
  </channel>
</rss>

