<?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: Reversing group order in proc sgplot vbox???  Help! in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Reversing-group-order-in-proc-sgplot-vbox-Help/m-p/436977#M15069</link>
    <description>&lt;P&gt;Have you tried the GROUPORDER option?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have SAS 9.4TS1M3+ this should work for you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n1waawwbez01ppn15dn9ehmxzihf.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n0iz9rcg3x496dn1sfn1g6ernd9oo" target="_blank"&gt;http://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n1waawwbez01ppn15dn9ehmxzihf.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n0iz9rcg3x496dn1sfn1g6ernd9oo&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/171600"&gt;@bsriv&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm making a boxplot with proc sgplot and here is what I have&lt;/P&gt;
&lt;P&gt;title "Individual Resting State Network Connectivities";&lt;BR /&gt;proc sgplot data=new_t;&lt;BR /&gt;styleattrs datacolors=(orange darkcyan cyan deyg silver red green pink green beige navy mediumpurple yellow orange blueviolet black blue);&lt;BR /&gt;vbox col1 / group=_name_ ;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, this predictable produces the following, groups in ascending order&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ascending" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18517iFFCCD349EBACE5C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-02-13 at 9.00.14 PM.png" alt="Ascending" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Ascending&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When I add in the following beforehand, it slightly screws up the order (ie, it's not a mirror image).&amp;nbsp; How do I fix this??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sort data=work.new_t out=new_t;&lt;BR /&gt;by MSC descending COL1;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Descending" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18516i128EB0250F73287B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-02-13 at 8.59.52 PM.png" alt="Descending" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Descending&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2018 03:19:28 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-02-14T03:19:28Z</dc:date>
    <item>
      <title>Reversing group order in proc sgplot vbox???  Help!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Reversing-group-order-in-proc-sgplot-vbox-Help/m-p/436970#M15068</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm making a boxplot with proc sgplot and here is what I have&lt;/P&gt;&lt;P&gt;title "Individual Resting State Network Connectivities";&lt;BR /&gt;proc sgplot data=new_t;&lt;BR /&gt;styleattrs datacolors=(orange darkcyan cyan deyg silver red green pink green beige navy mediumpurple yellow orange blueviolet black blue);&lt;BR /&gt;vbox col1 / group=_name_ ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, this predictable produces the following, groups in ascending order&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ascending" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18517iFFCCD349EBACE5C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-02-13 at 9.00.14 PM.png" alt="Ascending" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Ascending&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I add in the following beforehand, it slightly screws up the order (ie, it's not a mirror image).&amp;nbsp; How do I fix this??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sort data=work.new_t out=new_t;&lt;BR /&gt;by MSC descending COL1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Descending" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18516i128EB0250F73287B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-02-13 at 8.59.52 PM.png" alt="Descending" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Descending&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 03:02:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Reversing-group-order-in-proc-sgplot-vbox-Help/m-p/436970#M15068</guid>
      <dc:creator>bsriv</dc:creator>
      <dc:date>2018-02-14T03:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reversing group order in proc sgplot vbox???  Help!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Reversing-group-order-in-proc-sgplot-vbox-Help/m-p/436977#M15069</link>
      <description>&lt;P&gt;Have you tried the GROUPORDER option?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have SAS 9.4TS1M3+ this should work for you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n1waawwbez01ppn15dn9ehmxzihf.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n0iz9rcg3x496dn1sfn1g6ernd9oo" target="_blank"&gt;http://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n1waawwbez01ppn15dn9ehmxzihf.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n0iz9rcg3x496dn1sfn1g6ernd9oo&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/171600"&gt;@bsriv&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm making a boxplot with proc sgplot and here is what I have&lt;/P&gt;
&lt;P&gt;title "Individual Resting State Network Connectivities";&lt;BR /&gt;proc sgplot data=new_t;&lt;BR /&gt;styleattrs datacolors=(orange darkcyan cyan deyg silver red green pink green beige navy mediumpurple yellow orange blueviolet black blue);&lt;BR /&gt;vbox col1 / group=_name_ ;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, this predictable produces the following, groups in ascending order&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ascending" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18517iFFCCD349EBACE5C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-02-13 at 9.00.14 PM.png" alt="Ascending" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Ascending&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When I add in the following beforehand, it slightly screws up the order (ie, it's not a mirror image).&amp;nbsp; How do I fix this??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sort data=work.new_t out=new_t;&lt;BR /&gt;by MSC descending COL1;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Descending" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18516i128EB0250F73287B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-02-13 at 8.59.52 PM.png" alt="Descending" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Descending&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 03:19:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Reversing-group-order-in-proc-sgplot-vbox-Help/m-p/436977#M15069</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-14T03:19:28Z</dc:date>
    </item>
  </channel>
</rss>

