<?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 suppress rowaxistable labels in a single cell in sgpanel in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-suppress-rowaxistable-labels-in-a-single-cell-in-sgpanel/m-p/863811#M23587</link>
    <description>&lt;P&gt;Yes, that worked. Thank you very much.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Mar 2023 16:50:53 GMT</pubDate>
    <dc:creator>Jason2020</dc:creator>
    <dc:date>2023-03-13T16:50:53Z</dc:date>
    <item>
      <title>How to suppress rowaxistable labels in a single cell in sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-suppress-rowaxistable-labels-in-a-single-cell-in-sgpanel/m-p/863670#M23581</link>
      <description>&lt;P&gt;I am using this code to make the figure below. However, I expect the REGION label and values to show only in the left panel, and therefore I would like to suppress showing these (i.e., the label and values of REGION) in column 2 on the right cell. Appreciate any suggestions to do this. I am using SAS 9.4 (TS1M4). Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;sgpanel&lt;/STRONG&gt; data=fig1;&lt;/P&gt;
&lt;P&gt;panelby parameters/ novarname noheaderborder&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; layout=columnlattice onepanel uniscale=row;&lt;/P&gt;
&lt;P&gt;scatter y=region x=RR / xerrorlower=low xerrorupper=high;&lt;/P&gt;
&lt;P&gt;rowaxistable region / position=left labelpos=top;&lt;/P&gt;
&lt;P&gt;rowaxis display=none reverse fitpolicy=none;&lt;/P&gt;
&lt;P&gt;colaxis grid ;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&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="Jason2020_0-1678630430550.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/81395iA7532BC02ED92AB1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jason2020_0-1678630430550.png" alt="Jason2020_0-1678630430550.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 14:16:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-suppress-rowaxistable-labels-in-a-single-cell-in-sgpanel/m-p/863670#M23581</guid>
      <dc:creator>Jason2020</dc:creator>
      <dc:date>2023-03-12T14:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress rowaxistable labels in a single cell in sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-suppress-rowaxistable-labels-in-a-single-cell-in-sgpanel/m-p/863778#M23584</link>
      <description>&lt;P&gt;Why not using ROWAXIS ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc summary data=sashelp.heart nway;
class sex bp_status;
var weight;
output out=temp mean=mean lclm=lclm uclm=uclm;
run;


proc sgpanel data=temp;
panelby sex/ novarname noheaderborder
   layout=columnlattice onepanel uniscale=row;
scatter y=bp_status x=mean / xerrorlower=lclm xerrorupper=uclm;
*rowaxistable _bp_status / position=left labelpos=top;
rowaxis  reverse fitpolicy=none labelpos=top;
colaxis grid label='RR' ;

run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1678713239440.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/81423i9B60D1B71F080AC5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1678713239440.png" alt="Ksharp_0-1678713239440.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 13:14:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-suppress-rowaxistable-labels-in-a-single-cell-in-sgpanel/m-p/863778#M23584</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-03-13T13:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to suppress rowaxistable labels in a single cell in sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-suppress-rowaxistable-labels-in-a-single-cell-in-sgpanel/m-p/863811#M23587</link>
      <description>&lt;P&gt;Yes, that worked. Thank you very much.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 16:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-suppress-rowaxistable-labels-in-a-single-cell-in-sgpanel/m-p/863811#M23587</guid>
      <dc:creator>Jason2020</dc:creator>
      <dc:date>2023-03-13T16:50:53Z</dc:date>
    </item>
  </channel>
</rss>

