<?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 Box Plot for multiple variables by group. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Box-Plot-for-multiple-variables-by-group/m-p/19031#M417</link>
    <description>Hello folks, can some one help me with this.&lt;BR /&gt;
&lt;BR /&gt;
I have data columns in this format.&lt;BR /&gt;
&lt;BR /&gt;
Group |Var 1 |Var2 |Var3| .....&lt;BR /&gt;
&lt;BR /&gt;
I need Box plots of all variables side by side in one graph, for each group.&lt;BR /&gt;
so I could see patterns of all variables by group.</description>
    <pubDate>Wed, 18 Nov 2009 18:44:38 GMT</pubDate>
    <dc:creator>Karteek</dc:creator>
    <dc:date>2009-11-18T18:44:38Z</dc:date>
    <item>
      <title>Box Plot for multiple variables by group.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Box-Plot-for-multiple-variables-by-group/m-p/19031#M417</link>
      <description>Hello folks, can some one help me with this.&lt;BR /&gt;
&lt;BR /&gt;
I have data columns in this format.&lt;BR /&gt;
&lt;BR /&gt;
Group |Var 1 |Var2 |Var3| .....&lt;BR /&gt;
&lt;BR /&gt;
I need Box plots of all variables side by side in one graph, for each group.&lt;BR /&gt;
so I could see patterns of all variables by group.</description>
      <pubDate>Wed, 18 Nov 2009 18:44:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Box-Plot-for-multiple-variables-by-group/m-p/19031#M417</guid>
      <dc:creator>Karteek</dc:creator>
      <dc:date>2009-11-18T18:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Box Plot for multiple variables by group.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Box-Plot-for-multiple-variables-by-group/m-p/19032#M418</link>
      <description>What version of SAS do you have?</description>
      <pubDate>Wed, 18 Nov 2009 20:25:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Box-Plot-for-multiple-variables-by-group/m-p/19032#M418</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2009-11-18T20:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Box Plot for multiple variables by group.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Box-Plot-for-multiple-variables-by-group/m-p/19033#M419</link>
      <description>I.m using SAS 9.1</description>
      <pubDate>Thu, 19 Nov 2009 16:00:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Box-Plot-for-multiple-variables-by-group/m-p/19033#M419</guid>
      <dc:creator>Karteek</dc:creator>
      <dc:date>2009-11-19T16:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Box Plot for multiple variables by group.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Box-Plot-for-multiple-variables-by-group/m-p/19034#M420</link>
      <description>I do not havea good solution for SAS 9.1; but if you have access to SAS 9.2, you should be able to do this using PROC SGPANEL.  Do you have acces to SAS 9.2?</description>
      <pubDate>Mon, 23 Nov 2009 22:44:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Box-Plot-for-multiple-variables-by-group/m-p/19034#M420</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2009-11-23T22:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Box Plot for multiple variables by group.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Box-Plot-for-multiple-variables-by-group/m-p/19035#M421</link>
      <description>Could you describe a little more of what you're wanting?&lt;BR /&gt;
&lt;BR /&gt;
You might can use traditional proc gplot's box plots, or proc boxplot.&lt;BR /&gt;
&lt;BR /&gt;
I see your data has a 'Group' variable, but do the plots have to be "grouped"&lt;BR /&gt;
into these groups, per-say (within the same single plot axis)?&lt;BR /&gt;
If not, then you could maybe do some tricks such as using the 'Group'&lt;BR /&gt;
variable as a 'by variable' instead, producing a separate plot for each &lt;BR /&gt;
group ... and then tiling these plots side-by-side using "ods htmlpanel"&lt;BR /&gt;
(or greplay), for example.&lt;BR /&gt;
&lt;BR /&gt;
And if all else fails, you can "draw" custom boxplots with annotate&lt;BR /&gt;
(if &lt;B&gt;all&lt;/B&gt; else fails).&lt;BR /&gt;
&lt;BR /&gt;
Also, I notice you have several separate "variables" - depending on what &lt;BR /&gt;
you're wanting to do, you might need to "proc transpose" the data to turn&lt;BR /&gt;
those variables into values, in order to conveniently create the plot.&lt;BR /&gt;
&lt;BR /&gt;
Really need to see some example data, and get more details on what&lt;BR /&gt;
you're wanting to do to give specifics though...</description>
      <pubDate>Tue, 24 Nov 2009 01:02:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Box-Plot-for-multiple-variables-by-group/m-p/19035#M421</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2009-11-24T01:02:07Z</dc:date>
    </item>
  </channel>
</rss>

