<?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: Reordering Char group/category on with Proc GPLOT VBOX in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Reordering-Char-group-category-on-with-Proc-GPLOT-VBOX/m-p/310665#M61296</link>
    <description>I have attached a csv last week in this forum have you seen it?</description>
    <pubDate>Thu, 10 Nov 2016 14:05:22 GMT</pubDate>
    <dc:creator>jackice</dc:creator>
    <dc:date>2016-11-10T14:05:22Z</dc:date>
    <item>
      <title>Reordering Char group/category on with Proc GPLOT VBOX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reordering-Char-group-category-on-with-Proc-GPLOT-VBOX/m-p/309336#M61236</link>
      <description>&lt;P&gt;I got this box plot created with pre proc sor data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=weight;&lt;BR /&gt;VBOX weightgain /category=orientation group=box;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Category=orientation, sorted by Proc Sort alphabetically is East, North, South West and shows as is on VBOX Xaxis&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an easy statement / options in Proc GPLOT VBOX to re-order my char category as West, East, South, North on Xaxis? &amp;nbsp;without involving creating another data set?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 15:53:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reordering-Char-group-category-on-with-Proc-GPLOT-VBOX/m-p/309336#M61236</guid>
      <dc:creator>jackice</dc:creator>
      <dc:date>2016-11-04T15:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering Char group/category on with Proc GPLOT VBOX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reordering-Char-group-category-on-with-Proc-GPLOT-VBOX/m-p/309356#M61237</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Possibly&lt;/P&gt;
&lt;P&gt;xaxis values=('West' 'East' 'South' 'North' );&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The values have to be as in the actual dataset for case.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 17:04:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reordering-Char-group-category-on-with-Proc-GPLOT-VBOX/m-p/309356#M61237</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-11-04T17:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering Char group/category on with Proc GPLOT VBOX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reordering-Char-group-category-on-with-Proc-GPLOT-VBOX/m-p/309371#M61238</link>
      <description>Thanks! work like a charm to reorder the char on taxis but if I code it as below it doesn’t pull out the box plot anymore, it does a plot with an empty plan white square …&lt;BR /&gt;&lt;BR /&gt;proc sgplot data=weight;&lt;BR /&gt;VBOX weightgain /category=box group=orientation;&lt;BR /&gt;xaxis values=('West' 'East' 'South' 'North' );&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;getting closer but not quite yet???&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2016 18:18:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reordering-Char-group-category-on-with-Proc-GPLOT-VBOX/m-p/309371#M61238</guid>
      <dc:creator>jackice</dc:creator>
      <dc:date>2016-11-04T18:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering Char group/category on with Proc GPLOT VBOX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reordering-Char-group-category-on-with-Proc-GPLOT-VBOX/m-p/309403#M61247</link>
      <description>&lt;P&gt;Since graphs are data dependent, sometimes in funny ways it is hard to diagnose without data. Can you post your data? &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; has instructions on created data step text code that can be pasted here to recreate you data set.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 20:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reordering-Char-group-category-on-with-Proc-GPLOT-VBOX/m-p/309403#M61247</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-11-04T20:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reordering Char group/category on with Proc GPLOT VBOX</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reordering-Char-group-category-on-with-Proc-GPLOT-VBOX/m-p/310665#M61296</link>
      <description>I have attached a csv last week in this forum have you seen it?</description>
      <pubDate>Thu, 10 Nov 2016 14:05:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reordering-Char-group-category-on-with-Proc-GPLOT-VBOX/m-p/310665#M61296</guid>
      <dc:creator>jackice</dc:creator>
      <dc:date>2016-11-10T14:05:22Z</dc:date>
    </item>
  </channel>
</rss>

