<?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: Barchart with overlapped bars in SAS EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Barchart-with-overlapped-bars-in-SAS-EG/m-p/251722#M17763</link>
    <description>The first portion of the code generates fake data. The code to make the graph is the last 3 lines.</description>
    <pubDate>Tue, 23 Feb 2016 05:10:44 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-02-23T05:10:44Z</dc:date>
    <item>
      <title>Barchart with overlapped bars in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Barchart-with-overlapped-bars-in-SAS-EG/m-p/250254#M17687</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I work with SAS Enterprise Guide 7.1 .&lt;/P&gt;
&lt;P&gt;I would like to get a barchart&amp;nbsp; where&amp;nbsp;x-axis is presented&amp;nbsp;by &amp;nbsp;the ovelapped intervals.&lt;/P&gt;
&lt;P&gt;The example is attached.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 07:07:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Barchart-with-overlapped-bars-in-SAS-EG/m-p/250254#M17687</guid>
      <dc:creator>NataljaK</dc:creator>
      <dc:date>2016-02-16T07:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Barchart with overlapped bars in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Barchart-with-overlapped-bars-in-SAS-EG/m-p/250259#M17688</link>
      <description>&lt;P&gt;You'd better post it at&amp;nbsp;&lt;A class="" href="https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/bd-p/sas_graph" target="_blank"&gt;SAS/GRAPH and ODS Graphics&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Since it is about Graphic problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data x;
do x=1 to 100;
 y=ceil(10*ranuni(0));
 output;
end;
run;
proc sgplot data=x;
needle x=x y=y/ lineattrs=(THICKNESS=10 color=lightblue ) dataskin=pressed  ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Feb 2016 08:14:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Barchart-with-overlapped-bars-in-SAS-EG/m-p/250259#M17688</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-02-16T08:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Barchart with overlapped bars in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Barchart-with-overlapped-bars-in-SAS-EG/m-p/251485#M17747</link>
      <description>&lt;P&gt;Thank you for&amp;nbsp;your prompt reply, Mr. Xia.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;fact &amp;nbsp;is that I work with SAS EG&amp;nbsp;&amp;nbsp;which &amp;nbsp;means I use the&amp;nbsp;functionalities that SAS EG&amp;nbsp; and ODS Graphics Designer offer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To use the presented solution&amp;nbsp;I have to sudy how it might be used in my case.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the moment I am not ready to take&amp;nbsp;&lt;SPAN class="hps"&gt; the advantage of this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;solution&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;, it takes&amp;nbsp; time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Natalja&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 07:45:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Barchart-with-overlapped-bars-in-SAS-EG/m-p/251485#M17747</guid>
      <dc:creator>NataljaK</dc:creator>
      <dc:date>2016-02-22T07:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Barchart with overlapped bars in SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Barchart-with-overlapped-bars-in-SAS-EG/m-p/251722#M17763</link>
      <description>The first portion of the code generates fake data. The code to make the graph is the last 3 lines.</description>
      <pubDate>Tue, 23 Feb 2016 05:10:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Barchart-with-overlapped-bars-in-SAS-EG/m-p/251722#M17763</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-02-23T05:10:44Z</dc:date>
    </item>
  </channel>
</rss>

