<?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 Space out clustered bar chart more in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Space-out-clustered-bar-chart-more/m-p/725554#M21130</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lrackley_0-1615488886673.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55829i3EFCFF026EAF121C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lrackley_0-1615488886673.png" alt="lrackley_0-1615488886673.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Can anyone tell me which options I have to change to make these bars bigger and more space between them? Just looks too on top of each other as it is currently. I tried barwidth and clusterwidth and it's not producing what I want.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data=aedata;
panelby sev_abbr;
hbar SOC/response=count group=aesevn groupdisplay=cluster datalabel=labelvar clusterwidth=0.85 barwidth=0.85;
colaxis label="Number of Events";
rowaxislabel="System Organ Class";
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 11 Mar 2021 18:57:32 GMT</pubDate>
    <dc:creator>tarheel13</dc:creator>
    <dc:date>2021-03-11T18:57:32Z</dc:date>
    <item>
      <title>Space out clustered bar chart more</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Space-out-clustered-bar-chart-more/m-p/725554#M21130</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lrackley_0-1615488886673.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55829i3EFCFF026EAF121C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lrackley_0-1615488886673.png" alt="lrackley_0-1615488886673.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Can anyone tell me which options I have to change to make these bars bigger and more space between them? Just looks too on top of each other as it is currently. I tried barwidth and clusterwidth and it's not producing what I want.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data=aedata;
panelby sev_abbr;
hbar SOC/response=count group=aesevn groupdisplay=cluster datalabel=labelvar clusterwidth=0.85 barwidth=0.85;
colaxis label="Number of Events";
rowaxislabel="System Organ Class";
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Mar 2021 18:57:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Space-out-clustered-bar-chart-more/m-p/725554#M21130</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2021-03-11T18:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Space out clustered bar chart more</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Space-out-clustered-bar-chart-more/m-p/725630#M21131</link>
      <description>&lt;P&gt;The Clusterwidth and Barwidth are ratio values and the default is .8 so your change to .85 is not significant.&amp;nbsp; Reduce Barwidth to get space between bars, at .5 the width between bars should be the width of the bar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some other ideas: increase the available height of the graph area. ODS Graphics / height=6in;&lt;/P&gt;
&lt;P&gt;would set the display height to 6 inches. Set a height bigger and then play with the cluster and bar width parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want lots of control you can use another plot like VECTOR but that means doing a lot more work to control the x,y pairs for base and height for the vector bars and really wants a numeric axis, so you would need to work more with the axis and Vector doesn't have any "cluster". So you get to spend a lot of time working on the exact placement of bars. One thing though is you can have a variable represent how wide each vector bar should be, so you have a different tool to emphasize / de-emphasize each bar&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 21:07:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Space-out-clustered-bar-chart-more/m-p/725630#M21131</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-03-11T21:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Space out clustered bar chart more</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Space-out-clustered-bar-chart-more/m-p/725647#M21132</link>
      <description>&lt;P&gt;Okay, I will try a height of 6+ inches. Here is some fake data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 22:10:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Space-out-clustered-bar-chart-more/m-p/725647#M21132</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2021-03-11T22:10:50Z</dc:date>
    </item>
  </channel>
</rss>

