<?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: zoom in proc sgpanel in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/zoom-in-proc-sgpanel/m-p/406698#M13920</link>
    <description>&lt;P&gt;Use MIN= and/or MAX= options in a ROWAXIS statement.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Oct 2017 18:44:25 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2017-10-23T18:44:25Z</dc:date>
    <item>
      <title>zoom in proc sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/zoom-in-proc-sgpanel/m-p/406632#M13919</link>
      <description>&lt;P&gt;I figured how to suppress the outliers in my sgpanel coede using nooutlieres:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on / 
     width=40cm
     imagefmt=gif
     imagemap=on
     imagename="TODO"
	 maxlegendarea=40
     border=off;

proc sort data=DATA;
   by Category1;
run;

PROC SGPANEL data=DATA;
	panelby Category1 / COLUMNS= 10 NOVARNAME;
	vbox Revenue / CATEGORY=Category NOOUTLIERS;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Unfortunately, the area previously occupied by the outliers is still shown. How can I zoom into the actual boxplots and not show such a larger empty area. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 16:47:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/zoom-in-proc-sgpanel/m-p/406632#M13919</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2017-10-23T16:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: zoom in proc sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/zoom-in-proc-sgpanel/m-p/406698#M13920</link>
      <description>&lt;P&gt;Use MIN= and/or MAX= options in a ROWAXIS statement.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 18:44:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/zoom-in-proc-sgpanel/m-p/406698#M13920</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-10-23T18:44:25Z</dc:date>
    </item>
  </channel>
</rss>

