<?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: Draw gantt chart by sas University Edition in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Draw-gantt-chart-by-sas-University-Edition/m-p/231615#M8398</link>
    <description>&lt;P&gt;There are a few articles in &lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;Graphically Speaking &lt;/A&gt;on creating such diagrams using SGPLOT. &amp;nbsp;Here are a couple.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2015/03/21/sankey-diagrams/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/2015/03/21/sankey-diagrams/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2013/10/31/schedule-chart-with-links/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/2013/10/31/schedule-chart-with-links/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2015 12:38:12 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2015-10-26T12:38:12Z</dc:date>
    <item>
      <title>Draw gantt chart by sas University Edition</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Draw-gantt-chart-by-sas-University-Edition/m-p/231589#M8397</link>
      <description>&lt;P&gt;Hi, I am trying to build a gantt chart using sas university edition. But it can only build by using proc sgplot. I am wondering if annotate can be used in SAS University Edition. This is my data code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data mychart;&lt;/P&gt;
&lt;P&gt;length activity $20;&lt;/P&gt;
&lt;P&gt;input activity $1 day;&lt;/P&gt;
&lt;P&gt;project= 'Activity' || trim (left(activity));&lt;/P&gt;
&lt;P&gt;datalines;&lt;/P&gt;
&lt;P&gt;A 2&lt;/P&gt;
&lt;P&gt;B 4&lt;/P&gt;
&lt;P&gt;C 10&lt;/P&gt;
&lt;P&gt;D 6&lt;/P&gt;
&lt;P&gt;E 4&lt;/P&gt;
&lt;P&gt;F 5&lt;/P&gt;
&lt;P&gt;G 7&lt;/P&gt;
&lt;P&gt;H 9&lt;/P&gt;
&lt;P&gt;I 7&lt;/P&gt;
&lt;P&gt;J 8&lt;/P&gt;
&lt;P&gt;K 4&lt;/P&gt;
&lt;P&gt;L 5&lt;/P&gt;
&lt;P&gt;M 2&lt;/P&gt;
&lt;P&gt;N 6&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sort data=mychart;&lt;/P&gt;
&lt;P&gt;by day;&lt;/P&gt;
&lt;P&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;</description>
      <pubDate>Mon, 26 Oct 2015 07:06:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Draw-gantt-chart-by-sas-University-Edition/m-p/231589#M8397</guid>
      <dc:creator>MinKhee</dc:creator>
      <dc:date>2015-10-26T07:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Draw gantt chart by sas University Edition</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Draw-gantt-chart-by-sas-University-Edition/m-p/231615#M8398</link>
      <description>&lt;P&gt;There are a few articles in &lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;Graphically Speaking &lt;/A&gt;on creating such diagrams using SGPLOT. &amp;nbsp;Here are a couple.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2015/03/21/sankey-diagrams/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/2015/03/21/sankey-diagrams/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2013/10/31/schedule-chart-with-links/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/2013/10/31/schedule-chart-with-links/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 12:38:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Draw-gantt-chart-by-sas-University-Edition/m-p/231615#M8398</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-10-26T12:38:12Z</dc:date>
    </item>
  </channel>
</rss>

