<?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: proc glam box plot ODS in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-glam-box-plot-ODS/m-p/452696#M15533</link>
    <description>&lt;P&gt;thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Apr 2018 00:43:22 GMT</pubDate>
    <dc:creator>kcodo</dc:creator>
    <dc:date>2018-04-10T00:43:22Z</dc:date>
    <item>
      <title>proc glam box plot ODS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-glam-box-plot-ODS/m-p/452275#M15511</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to change order of the box plots to be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;control OA and LSS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am not sure why it is flipped the opposite way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also how do I override the automatic title.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;looks like the code I put in for the title does not work. Appreciate all the help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;See attached graph.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;here is the code I used:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format; 
value group 0="control" 1="OA" 2= "LSS"  ;
run;
proc glm data=my data; class group;
title "Gait Speed Symmetry Index Distribution";
model speed_SymIdx_iqr = group/effectsize alpha=0.05;
Format group group.;
LABEL speed_SymIdx_iqr='Gait Speed Symmetry Index';
 run; quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 08 Apr 2018 02:51:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-glam-box-plot-ODS/m-p/452275#M15511</guid>
      <dc:creator>kcodo</dc:creator>
      <dc:date>2018-04-08T02:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: proc glam box plot ODS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-glam-box-plot-ODS/m-p/452289#M15512</link>
      <description>&lt;P&gt;Try adding option &lt;STRONG&gt;order=internal&lt;/STRONG&gt; to the proc glm statement.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Apr 2018 04:40:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-glam-box-plot-ODS/m-p/452289#M15512</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-04-08T04:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: proc glam box plot ODS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-glam-box-plot-ODS/m-p/452412#M15516</link>
      <description>&lt;P&gt;thank you. that worked to restore the order. do know how I could override the automatic title?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 06:14:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-glam-box-plot-ODS/m-p/452412#M15516</guid>
      <dc:creator>kcodo</dc:creator>
      <dc:date>2018-04-09T06:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: proc glam box plot ODS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-glam-box-plot-ODS/m-p/452658#M15532</link>
      <description>&lt;P&gt;It's usually easier to make your own graph (getting the data from an OUTPUT statement) than to fiddle with the internal proc GLM&amp;nbsp;GTL template to modify the graph.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 20:53:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-glam-box-plot-ODS/m-p/452658#M15532</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-04-09T20:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: proc glam box plot ODS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-glam-box-plot-ODS/m-p/452696#M15533</link>
      <description>&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 00:43:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-glam-box-plot-ODS/m-p/452696#M15533</guid>
      <dc:creator>kcodo</dc:creator>
      <dc:date>2018-04-10T00:43:22Z</dc:date>
    </item>
  </channel>
</rss>

