<?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 2D boxplot panel in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/2D-boxplot-panel/m-p/437537#M15081</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 columns in a dataset: X {1,2,3,4} and Y {1,2,3,4}. I would like to create a 2D panel of boxplots, potentially using code along those lines:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SGPANEL  DATA=CARS1;
PANELBY MAKE;
  VBOX horsepower   / category = type;

   title 'Horsepower of cars by types';
RUN; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Can I use PANELBY X Y? Ideally, the lower left corner should be coordinate X=1,X=1 and the top right corner should be X=4,Y=4. Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2018 12:28:43 GMT</pubDate>
    <dc:creator>csetzkorn</dc:creator>
    <dc:date>2018-02-15T12:28:43Z</dc:date>
    <item>
      <title>2D boxplot panel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/2D-boxplot-panel/m-p/437537#M15081</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 columns in a dataset: X {1,2,3,4} and Y {1,2,3,4}. I would like to create a 2D panel of boxplots, potentially using code along those lines:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SGPANEL  DATA=CARS1;
PANELBY MAKE;
  VBOX horsepower   / category = type;

   title 'Horsepower of cars by types';
RUN; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Can I use PANELBY X Y? Ideally, the lower left corner should be coordinate X=1,X=1 and the top right corner should be X=4,Y=4. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 12:28:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/2D-boxplot-panel/m-p/437537#M15081</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2018-02-15T12:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: 2D boxplot panel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/2D-boxplot-panel/m-p/437588#M15084</link>
      <description>&lt;P&gt;To change the starting location for the plots in the panel, use the START option on the PANELBY statement. In your case, use START=BOTTOMLEFT.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:14:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/2D-boxplot-panel/m-p/437588#M15084</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-02-15T14:14:40Z</dc:date>
    </item>
  </channel>
</rss>

