<?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 / don't show panel without data in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-don-t-show-panel-without-data/m-p/425839#M14693</link>
    <description>&lt;P&gt;How to get rid of y-axis from the empty panel without data as shown in below image?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="plotjan8.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/17700iC7105122CD098870/image-size/large?v=v2&amp;amp;px=999" role="button" title="plotjan8.png" alt="plotjan8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data=data;
panelby agecat/novarname onepanel LAYOUT=panel columns=2 ROWHEADERPOS=right COLHEADERPOS=bottom;
series y=prx=year / group=cats lineattrs=(pattern=solid) lineattrs=(thickness=2);
keylegend/title="title" position=right;
colaxis label='YEARS' fitpolicy=thin valuesformat=best4.0;
rowaxis label='PREVALENCE' grid;
title "TITLE";
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 08 Jan 2018 17:48:56 GMT</pubDate>
    <dc:creator>Cruise</dc:creator>
    <dc:date>2018-01-08T17:48:56Z</dc:date>
    <item>
      <title>proc sgpanel / don't show panel without data</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-don-t-show-panel-without-data/m-p/425839#M14693</link>
      <description>&lt;P&gt;How to get rid of y-axis from the empty panel without data as shown in below image?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="plotjan8.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/17700iC7105122CD098870/image-size/large?v=v2&amp;amp;px=999" role="button" title="plotjan8.png" alt="plotjan8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data=data;
panelby agecat/novarname onepanel LAYOUT=panel columns=2 ROWHEADERPOS=right COLHEADERPOS=bottom;
series y=prx=year / group=cats lineattrs=(pattern=solid) lineattrs=(thickness=2);
keylegend/title="title" position=right;
colaxis label='YEARS' fitpolicy=thin valuesformat=best4.0;
rowaxis label='PREVALENCE' grid;
title "TITLE";
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Jan 2018 17:48:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-don-t-show-panel-without-data/m-p/425839#M14693</guid>
      <dc:creator>Cruise</dc:creator>
      <dc:date>2018-01-08T17:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpanel / don't show panel without data</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-don-t-show-panel-without-data/m-p/425848#M14694</link>
      <description>&lt;P&gt;Use option SKIPEMPTYCELLS in the PANELBY statement.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 18:16:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-don-t-show-panel-without-data/m-p/425848#M14694</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-01-08T18:16:52Z</dc:date>
    </item>
  </channel>
</rss>

