<?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 histogram with 10 years data in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/histogram-with-10-years-data/m-p/55054#M1872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this gives you what you want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE lang="SAS"&gt;&lt;P&gt;proc sort data=result.rsqest out=sorted; by fyear; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=sorted;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; by fyear;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; histogram _rsq_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2012 03:25:35 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2012-04-04T03:25:35Z</dc:date>
    <item>
      <title>histogram with 10 years data</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/histogram-with-10-years-data/m-p/55053#M1871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have data of continuous variable (r-square) for 10 years. I wish to create a histogram for each financial year (var=fyear), how do i modify my program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following prog give me one histogram for the 10 years:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=result.rsqest;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; histogram _rsq_;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 03:10:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/histogram-with-10-years-data/m-p/55053#M1871</guid>
      <dc:creator>mei</dc:creator>
      <dc:date>2012-04-04T03:10:08Z</dc:date>
    </item>
    <item>
      <title>histogram with 10 years data</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/histogram-with-10-years-data/m-p/55054#M1872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this gives you what you want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE lang="SAS"&gt;&lt;P&gt;proc sort data=result.rsqest out=sorted; by fyear; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=sorted;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; by fyear;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; histogram _rsq_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 03:25:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/histogram-with-10-years-data/m-p/55054#M1872</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-04-04T03:25:35Z</dc:date>
    </item>
    <item>
      <title>histogram with 10 years data</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/histogram-with-10-years-data/m-p/55055#M1873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!!!it works !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 03:33:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/histogram-with-10-years-data/m-p/55055#M1873</guid>
      <dc:creator>mei</dc:creator>
      <dc:date>2012-04-04T03:33:42Z</dc:date>
    </item>
  </channel>
</rss>

