<?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: How to genarate a stack and cluster bar chart together using sgplot? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-genarate-a-stack-and-cluster-bar-chart-together-using/m-p/337403#M11720</link>
    <description>&lt;P&gt;Thanks for a quick reply.&amp;nbsp; But that example gives only a stack bar chart, not a stack and cluster bar chart.&amp;nbsp; I would like to have at least 2 such stack bars (in a cluster) for each x-category.&amp;nbsp; Fo example, if you have that type of data for another year then we would like to show such stack bars for 2 years for each product in the same chart. How to do it?&lt;/P&gt;</description>
    <pubDate>Thu, 02 Mar 2017 15:14:44 GMT</pubDate>
    <dc:creator>sasuser3</dc:creator>
    <dc:date>2017-03-02T15:14:44Z</dc:date>
    <item>
      <title>How to genarate a stack and cluster bar chart together using sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-genarate-a-stack-and-cluster-bar-chart-together-using/m-p/337393#M11716</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In SAS 9.4, I can use sgplot to generate either stack or cluster bar chart using vbar and groupdisplay=stack (or cluster). &lt;BR /&gt;But I have total 4 variables to display in the chart: region, year, grade, and enrollment. I would like to draw 4 'stack and cluster bars' for 4 values of "Region" in the same chart.&amp;nbsp; Each stack should consist of 3 grades and there will be 2 bars for 2 values of "Year" in one cluster.&amp;nbsp; Thus, there should be 4 such clusters for 4 regions.&lt;BR /&gt;&amp;nbsp;So,&amp;nbsp; is it possible to genarate a stack and cluster bar chart together using sgplot?&lt;/P&gt;
&lt;P&gt;Thnak you.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 15:03:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-genarate-a-stack-and-cluster-bar-chart-together-using/m-p/337393#M11716</guid>
      <dc:creator>sasuser3</dc:creator>
      <dc:date>2017-03-02T15:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to genarate a stack and cluster bar chart together using sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-genarate-a-stack-and-cluster-bar-chart-together-using/m-p/337398#M11718</link>
      <description>&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2013/09/07/bar-charts-with-stacked-and-cluster-groups/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/2013/09/07/bar-charts-with-stacked-and-cluster-groups/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 15:06:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-genarate-a-stack-and-cluster-bar-chart-together-using/m-p/337398#M11718</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-03-02T15:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to genarate a stack and cluster bar chart together using sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-genarate-a-stack-and-cluster-bar-chart-together-using/m-p/337403#M11720</link>
      <description>&lt;P&gt;Thanks for a quick reply.&amp;nbsp; But that example gives only a stack bar chart, not a stack and cluster bar chart.&amp;nbsp; I would like to have at least 2 such stack bars (in a cluster) for each x-category.&amp;nbsp; Fo example, if you have that type of data for another year then we would like to show such stack bars for 2 years for each product in the same chart. How to do it?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 15:14:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-genarate-a-stack-and-cluster-bar-chart-together-using/m-p/337403#M11720</guid>
      <dc:creator>sasuser3</dc:creator>
      <dc:date>2017-03-02T15:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to genarate a stack and cluster bar chart together using sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-genarate-a-stack-and-cluster-bar-chart-together-using/m-p/337404#M11721</link>
      <description>&lt;P&gt;Scroll down to the 3rd or later example in the article, using the SGPANEL procedure.&lt;/P&gt;
&lt;P&gt;Also note, since the date of this article, the AXISTABLE statements havebeen introduced, which is a better way to add table of statistics to a graph. &amp;nbsp;There are many examples of this in the blog. &amp;nbsp;Search for "Axis Table".&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 15:29:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-genarate-a-stack-and-cluster-bar-chart-together-using/m-p/337404#M11721</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-03-02T15:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to genarate a stack and cluster bar chart together using sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-genarate-a-stack-and-cluster-bar-chart-together-using/m-p/337408#M11722</link>
      <description>&lt;P&gt;Thank you very much.&amp;nbsp; I can do that way by removing the gaps between the bars of the products for each year.&amp;nbsp; So they will look more like clustrered for each year.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 15:30:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-genarate-a-stack-and-cluster-bar-chart-together-using/m-p/337408#M11722</guid>
      <dc:creator>sasuser3</dc:creator>
      <dc:date>2017-03-02T15:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to genarate a stack and cluster bar chart together using sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-genarate-a-stack-and-cluster-bar-chart-together-using/m-p/337410#M11723</link>
      <description>&lt;P&gt;Sure. &amp;nbsp;Set BarWidth=1.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 15:34:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-genarate-a-stack-and-cluster-bar-chart-together-using/m-p/337410#M11723</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-03-02T15:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to genarate a stack and cluster bar chart together using sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-genarate-a-stack-and-cluster-bar-chart-together-using/m-p/337411#M11724</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 15:36:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-genarate-a-stack-and-cluster-bar-chart-together-using/m-p/337411#M11724</guid>
      <dc:creator>sasuser3</dc:creator>
      <dc:date>2017-03-02T15:36:23Z</dc:date>
    </item>
  </channel>
</rss>

