<?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: SGPLOT compared with GCHART in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-compared-with-GCHART/m-p/49110#M1663</link>
    <description>The following link talks about the markup text used in the forum and gives some direction as to why your post was truncated.&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=27609毙" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=27609毙&lt;/A&gt;</description>
    <pubDate>Tue, 14 Dec 2010 06:59:21 GMT</pubDate>
    <dc:creator>ArtC</dc:creator>
    <dc:date>2010-12-14T06:59:21Z</dc:date>
    <item>
      <title>SGPLOT compared with GCHART</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-compared-with-GCHART/m-p/49106#M1659</link>
      <description>This post should contain one format statement, one proc gchart and one question.  If you are not seeing all of these, it means my question was truncated.&lt;BR /&gt;
proc format;&lt;BR /&gt;
 value xxx&lt;BR /&gt;
  0 &amp;lt;- .10 = '0 to 10%'&lt;BR /&gt;
  .10 &amp;lt;- .30 =  '10% to 30%'&lt;BR /&gt;
  .30 &amp;lt;- .60  = '30% to 60%'&lt;BR /&gt;
  .60 &amp;lt;- high  = 'More than 60%';&lt;BR /&gt;
run;&lt;BR /&gt;
proc gchart data=inputdata;&lt;BR /&gt;
format val xxx.;&lt;BR /&gt;
vbar val / freq=_freq discrete;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
How can I create this same plot using PROC SGPLOT?   I'm having trouble finding the options I need either in the XAXIS statement of SGPLOT or the options.  I'm probably just missing something obvious that's already in the documentation, but can anybody help me make my plot?&lt;BR /&gt;
&lt;BR /&gt;
The point of this for me is to learn SGPLOT, so please don't say "if you're already doing it, why worry".&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: mftuchman&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: mftuchman&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: mftuchman</description>
      <pubDate>Mon, 13 Dec 2010 16:48:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-compared-with-GCHART/m-p/49106#M1659</guid>
      <dc:creator>mftuchman</dc:creator>
      <dc:date>2010-12-13T16:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT compared with GCHART</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-compared-with-GCHART/m-p/49107#M1660</link>
      <description>For this example, all you need to do is drop the word DISCRETE and change the proc name to SGPLOT &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Dan</description>
      <pubDate>Mon, 13 Dec 2010 17:15:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-compared-with-GCHART/m-p/49107#M1660</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2010-12-13T17:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT compared with GCHART</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-compared-with-GCHART/m-p/49108#M1661</link>
      <description>OK.  That worked.  Thank you.  It just seems odd that I need to specify DISCRETE in one environment but not the other.&lt;BR /&gt;
&lt;BR /&gt;
How does PROC SGPLOT "think", in this particular instance?  Also, what's the sgplot analog for LEVELS=n?</description>
      <pubDate>Mon, 13 Dec 2010 18:50:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-compared-with-GCHART/m-p/49108#M1661</guid>
      <dc:creator>mftuchman</dc:creator>
      <dc:date>2010-12-13T18:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT compared with GCHART</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-compared-with-GCHART/m-p/49109#M1662</link>
      <description>Currently, there is not a direct analog to the LEVELS option. By default, the procedure summarizes on DISCRETE numeric or character values. To achieve the LEVELS functionality, you can define your own user-defined format to establish your ranges and define the label for each range.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Dan</description>
      <pubDate>Mon, 13 Dec 2010 19:58:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-compared-with-GCHART/m-p/49109#M1662</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2010-12-13T19:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT compared with GCHART</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-compared-with-GCHART/m-p/49110#M1663</link>
      <description>The following link talks about the markup text used in the forum and gives some direction as to why your post was truncated.&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=27609毙" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=27609毙&lt;/A&gt;</description>
      <pubDate>Tue, 14 Dec 2010 06:59:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-compared-with-GCHART/m-p/49110#M1663</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-12-14T06:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT compared with GCHART</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-compared-with-GCHART/m-p/49111#M1664</link>
      <description>Posting a program with special characters like &amp;lt; or &amp;gt; or / causes problems to how the message shows up in the viewer.  You can use the appropriate HTML escape characters for these special characters, as I have use here.  The / (forward slash) for the statement options is really needed.&lt;BR /&gt;
&lt;BR /&gt;
Here is a link to the full list of HTML escape characters:&lt;BR /&gt;
&lt;A href="http://www.theukwebdesigncompany.com/articles/entity-escape-characters.php" target="_blank"&gt;http://www.theukwebdesigncompany.com/articles/entity-escape-characters.php&lt;/A&gt;</description>
      <pubDate>Tue, 14 Dec 2010 14:25:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-compared-with-GCHART/m-p/49111#M1664</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2010-12-14T14:25:03Z</dc:date>
    </item>
  </channel>
</rss>

