<?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: Bar Charts - remove gaps between bars in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/505733#M17208</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="band.png" style="width: 386px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24161i35B630142B0C5ACE/image-size/large?v=v2&amp;amp;px=999" role="button" title="band.png" alt="band.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data is like,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x=0, y=0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;x=0, y=1;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x=0, y=2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x=1, y=0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;x=1, y=1;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x=1, y=2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x=2, y=0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;x=2, y=1;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x=2, y=2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x=2, y=3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When i use Band plot , it plots the coordinates on Xaxis and connects the next coordinates&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to fill the grids where these points meets on x and y. For x=0 and y=0,1,2, i want to fill the three grids shown in the picture&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Oct 2018 19:42:49 GMT</pubDate>
    <dc:creator>hello28</dc:creator>
    <dc:date>2018-10-18T19:42:49Z</dc:date>
    <item>
      <title>Bar Charts - remove gaps between bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/502932#M17153</link>
      <description>&lt;P&gt;Hi,&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created this plot using sgplot-highlow with type=BAR. I&amp;nbsp;want to remove the space between each bars so that i don't see the individual bars .&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23922i81463A398468B726/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;San &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 22:58:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/502932#M17153</guid>
      <dc:creator>hello28</dc:creator>
      <dc:date>2018-10-09T22:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Charts - remove gaps between bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/502935#M17154</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/239384"&gt;@hello28&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I created this plot using sgplot-highlow with type=BAR. I&amp;nbsp;want to remove the space between each bars so that i don't see the individual bars .&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23922i81463A398468B726/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;San &amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It helps to show the code you used so we don't suggest something that conflicts with the options you have already used.&lt;/P&gt;
&lt;P&gt;If the xaxis is descrete perhaps you want the option BARWITH=1 on the HIGHLOW statement.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 23:02:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/502935#M17154</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-10-09T23:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Charts - remove gaps between bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/502937#M17155</link>
      <description>&lt;P&gt;proc sgplot data=plotx ;&lt;BR /&gt;highlow x=xbar low=ybar_low high=ybar_high /type=bar barwidth=1 dataskin= NONE fillattrs=(transparency=0.5) ;&lt;BR /&gt;xaxis values=(0 to 26 by 2) label='Label of X';&lt;BR /&gt;yaxis values=(0 to 26 by 2) label='Label of y' ;&lt;/P&gt;&lt;P&gt;styleattrs wallcolor=black;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need the high and low of each points connected (without showing each individual bars).&lt;/P&gt;&lt;P&gt;i do get this in proc gplot with plot and plot2 for high and low. however i need the wall color in black which i dont know how to get while i use gplot.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 19:31:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/502937#M17155</guid>
      <dc:creator>hello28</dc:creator>
      <dc:date>2018-10-10T19:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Charts - remove gaps between bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503072#M17156</link>
      <description>&lt;P&gt;Did you try&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;highlow................/ &lt;STRONG&gt;noborder&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 13:17:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503072#M17156</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-10-10T13:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Charts - remove gaps between bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503096#M17157</link>
      <description>&lt;P&gt;noborder is throwing a syntax error in 9.4&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 14:21:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503096#M17157</guid>
      <dc:creator>hello28</dc:creator>
      <dc:date>2018-10-10T14:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Charts - remove gaps between bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503101#M17158</link>
      <description>&lt;P&gt;Use NOOUTLINE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data foo;&lt;BR /&gt; do i=0 to 10;&lt;BR /&gt; low=i+10;&lt;BR /&gt; high=low+5;&lt;BR /&gt; output;&lt;BR /&gt; end;&lt;BR /&gt; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sgplot data=foo;&lt;BR /&gt; highlow x=i low=low high=high / type=bar barwidth=1 nooutline;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 14:35:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503101#M17158</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2018-10-10T14:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Charts - remove gaps between bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503216#M17159</link>
      <description>&lt;P&gt;Hi Sanjay,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It Works fine in SAS Output . However when i output the image in RTF , there are some random lines.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know why these are coming up?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23942iF58FD308A670E423/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 19:29:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503216#M17159</guid>
      <dc:creator>hello28</dc:creator>
      <dc:date>2018-10-10T19:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Charts - remove gaps between bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503217#M17160</link>
      <description>&lt;P&gt;RTF uses vector graphics converted into EMF+.&amp;nbsp; So, the mapping may not be perfect since you have black background (seeping through the gaps).&amp;nbsp; You may be better off using a BAND with TYPE=Step.&amp;nbsp; This will give you a continuous plot without gaps.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 19:35:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503217#M17160</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2018-10-10T19:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Charts - remove gaps between bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503383#M17161</link>
      <description>&lt;P&gt;Here is Sanjay suggested.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
data foo;
do i=0 to 10;
low=i+10;
high=low+5;
output;
end;
run;

 

proc sgplot data=foo;
styleattrs wallcolor=black;
band x=i lower=low upper=high / type=step   ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Oct 2018 12:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503383#M17161</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-10-11T12:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Charts - remove gaps between bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503436#M17162</link>
      <description>&lt;P&gt;Thanks Sanjay, it worked. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 15:27:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503436#M17162</guid>
      <dc:creator>hello28</dc:creator>
      <dc:date>2018-10-11T15:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Charts - remove gaps between bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503438#M17163</link>
      <description>&lt;P&gt;Thanks to KSharp for follow-up post.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 15:30:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/503438#M17163</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2018-10-11T15:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Charts - remove gaps between bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/504656#M17189</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a situation now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to plot two ranges or bands for same point on the 'x' axis. ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From above Example: i=2; low = 12; high=14;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i=2; low = 16; high=17;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 10:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/504656#M17189</guid>
      <dc:creator>hello28</dc:creator>
      <dc:date>2018-10-16T10:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Charts - remove gaps between bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/504683#M17190</link>
      <description>&lt;P&gt;Make two variables and two BAND statements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i=2; low = 12; high=14;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;_i=2; _low = 16; _high=17;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token function"&gt;band&lt;/SPAN&gt; x&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;i lower&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;low upper&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;high &lt;SPAN class="token operator"&gt;/&lt;/SPAN&gt; type&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;step   &lt;SPAN class="token punctuation"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token function"&gt;band&lt;/SPAN&gt; x&lt;SPAN class="token operator"&gt;=_&lt;/SPAN&gt;i lower&lt;SPAN class="token operator"&gt;=_&lt;/SPAN&gt;low upper&lt;SPAN class="token operator"&gt;=_&lt;/SPAN&gt;high &lt;SPAN class="token operator"&gt;/&lt;/SPAN&gt; type&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;step   &lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 12:26:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/504683#M17190</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-10-16T12:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Charts - remove gaps between bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/505733#M17208</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="band.png" style="width: 386px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24161i35B630142B0C5ACE/image-size/large?v=v2&amp;amp;px=999" role="button" title="band.png" alt="band.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data is like,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x=0, y=0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;x=0, y=1;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x=0, y=2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x=1, y=0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;x=1, y=1;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x=1, y=2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x=2, y=0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;x=2, y=1;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x=2, y=2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;x=2, y=3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When i use Band plot , it plots the coordinates on Xaxis and connects the next coordinates&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to fill the grids where these points meets on x and y. For x=0 and y=0,1,2, i want to fill the three grids shown in the picture&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 19:42:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/505733#M17208</guid>
      <dc:creator>hello28</dc:creator>
      <dc:date>2018-10-18T19:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Charts - remove gaps between bars</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/505739#M17209</link>
      <description>&lt;P&gt;Not clear to me.&amp;nbsp; But if you want to fill the grids, you could use a HeatMap or HeatMapParm and indicate the grids that are filled and empty.&amp;nbsp; X &amp;amp; Y bins can be interval or discrete.&amp;nbsp; Bins can be marked at center or on edges.&lt;/P&gt;
&lt;P&gt;See:&amp;nbsp;&amp;nbsp;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2016/05/20/ctspedia-graphs-heatmap-of-benefit-and-risk/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2016/05/20/ctspedia-graphs-heatmap-of-benefit-and-risk/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can also use HEATMAP in SGPLOT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, it is preferable&amp;nbsp;to start a new thread for a new issue.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 19:55:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Charts-remove-gaps-between-bars/m-p/505739#M17209</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2018-10-18T19:55:35Z</dc:date>
    </item>
  </channel>
</rss>

