<?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: simple graph question in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/simple-graph-question/m-p/285414#M10110</link>
    <description>Hi:&lt;BR /&gt;  You can either use PROC GCHART if you have SAS/GRAPH software or you can use PROC SGPLOT if you only have Base SAS. PROC SGPLOT is probably the simpler syntax, if you are new to SAS. There are a lot of good examples in the documentation and in previous forum postings.&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
    <pubDate>Tue, 19 Jul 2016 00:40:15 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2016-07-19T00:40:15Z</dc:date>
    <item>
      <title>simple graph question</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/simple-graph-question/m-p/285404#M10109</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have below table. I just need a simple bar graph with date on X-Axis and Volume on Y-Axis. So, I will get 12 bars.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="131"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="75"&gt;date&lt;/TD&gt;
&lt;TD width="56"&gt;Volume&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;6/30/2015&lt;/TD&gt;
&lt;TD&gt;14,400&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;7/31/2015&lt;/TD&gt;
&lt;TD&gt;13,996&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;8/31/2015&lt;/TD&gt;
&lt;TD&gt;14,935&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;9/30/2015&lt;/TD&gt;
&lt;TD&gt;15,502&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10/30/2015&lt;/TD&gt;
&lt;TD&gt;15,944&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11/30/2015&lt;/TD&gt;
&lt;TD&gt;17,120&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12/31/2015&lt;/TD&gt;
&lt;TD&gt;16,698&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;1/29/2016&lt;/TD&gt;
&lt;TD&gt;20,028&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2/29/2016&lt;/TD&gt;
&lt;TD&gt;19,685&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3/31/2016&lt;/TD&gt;
&lt;TD&gt;21,882&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;4/29/2016&lt;/TD&gt;
&lt;TD&gt;22,498&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;5/31/2016&lt;/TD&gt;
&lt;TD&gt;23,100&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Mon, 18 Jul 2016 23:06:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/simple-graph-question/m-p/285404#M10109</guid>
      <dc:creator>helloSAS</dc:creator>
      <dc:date>2016-07-18T23:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: simple graph question</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/simple-graph-question/m-p/285414#M10110</link>
      <description>Hi:&lt;BR /&gt;  You can either use PROC GCHART if you have SAS/GRAPH software or you can use PROC SGPLOT if you only have Base SAS. PROC SGPLOT is probably the simpler syntax, if you are new to SAS. There are a lot of good examples in the documentation and in previous forum postings.&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
      <pubDate>Tue, 19 Jul 2016 00:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/simple-graph-question/m-p/285414#M10110</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-07-19T00:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: simple graph question</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/simple-graph-question/m-p/285416#M10111</link>
      <description>&lt;P&gt;&lt;A href="https://support.sas.com/sassamples/graphgallery/" target="_blank"&gt;https://support.sas.com/sassamples/graphgallery/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/Home.htm" target="_blank"&gt;http://robslink.com/SAS/Home.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bar line chart - just use the bar part&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/67909/HTML/default/viewer.htm#n1mp0swy0atvzun1oeqlkrg8d89o.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/67909/HTML/default/viewer.htm#n1mp0swy0atvzun1oeqlkrg8d89o.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2016 00:51:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/simple-graph-question/m-p/285416#M10111</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-19T00:51:48Z</dc:date>
    </item>
  </channel>
</rss>

