<?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: Grouped Bar Chart Sgplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Grouped-Bar-Chart-Sgplot/m-p/384687#M13183</link>
    <description>&lt;P&gt;Just use the LIMITUPPER and LIMITLOWER options to point at the columns that contain your limit values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2017 17:14:51 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2017-08-01T17:14:51Z</dc:date>
    <item>
      <title>Grouped Bar Chart Sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Grouped-Bar-Chart-Sgplot/m-p/384673#M13182</link>
      <description>&lt;P&gt;SAS base 9.4&lt;/P&gt;&lt;P&gt;I want to make a grouped bar chart using sgplot vbarparm that looks like the one attached (see attachment) but with error bars. Does anyone have code for this?&amp;nbsp; My main goal is to get&amp;nbsp;multiple variables on the x axis and display&amp;nbsp;their&amp;nbsp;different levels&amp;nbsp;without having to have a legend. Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is the code I have created for a different bar chart, feel free to make modifications to it in order to&amp;nbsp;create the&amp;nbsp;desired bar chart.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="Courier New"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#008000" face="Courier New"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#008080" face="Courier New"&gt;data&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=state &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New"&gt;noborder&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;format&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; percent &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;f8.1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="Courier New"&gt;state &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;state.&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;where&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; state&amp;gt;&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;0&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; and percent&amp;gt;&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;0&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="Courier New"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;STYLEATTRS&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;DATACOLORS&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=(cxcccccc cx99CCFF cx99CCFF cx99CCFF cx99CCFF cx99CCFF cx99CCFF);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;vbarparm&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;category&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=state &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New"&gt;response&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=percent / &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New"&gt;group&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=state groupdisplay=cluster &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#808080" face="Courier New"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;barwidth&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;0.8&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;nooutline&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;xaxis&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;display&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=(nolabel noticks noline )&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;VALUEATTRS&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=(&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New"&gt;size&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;9&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; );&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;yaxis&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;label&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#000080" face="Courier New"&gt;'Percent'&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;grid&lt;/FONT&gt; &lt;FONT color="#008080" face="Courier New"&gt;values&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=(&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;0&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; to &lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;50&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; by &lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;10&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;) &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New"&gt;display&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=(noticks noline)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080" face="Courier New"&gt;VALUEATTRS&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=(&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New"&gt;size&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#00ae00" face="Courier New"&gt;9&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt; );&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="Courier New"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#808080" face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 16:22:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Grouped-Bar-Chart-Sgplot/m-p/384673#M13182</guid>
      <dc:creator>Whitlea</dc:creator>
      <dc:date>2017-08-01T16:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Grouped Bar Chart Sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Grouped-Bar-Chart-Sgplot/m-p/384687#M13183</link>
      <description>&lt;P&gt;Just use the LIMITUPPER and LIMITLOWER options to point at the columns that contain your limit values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 17:14:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Grouped-Bar-Chart-Sgplot/m-p/384687#M13183</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-08-01T17:14:51Z</dc:date>
    </item>
  </channel>
</rss>

