<?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: Gchart Hbar : chart and stats display question in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Gchart-Hbar-chart-and-stats-display-question/m-p/61493#M2058</link>
    <description>Thank you for the suggestion!</description>
    <pubDate>Wed, 11 Aug 2010 17:05:59 GMT</pubDate>
    <dc:creator>mnew</dc:creator>
    <dc:date>2010-08-11T17:05:59Z</dc:date>
    <item>
      <title>Gchart Hbar : chart and stats display question</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gchart-Hbar-chart-and-stats-display-question/m-p/61491#M2056</link>
      <description>Greetings:&lt;BR /&gt;
&lt;BR /&gt;
As a learning exercise, I'm trying to create a HBAR chart that shows the mean &amp;amp; sum of salary for each gender next to the bars... But I want bar lengths to reflect the frequency of gender (not sum or mean of salary).&lt;BR /&gt;
&lt;BR /&gt;
Could not have both the salary based stats and gender-freq-driven bars. Any ideas?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Here is my code (yes the orion dataset from online Base training). &lt;BR /&gt;
proc gchart data=orion.nonsales;&lt;BR /&gt;
	hbar gender /sumvar= salary freq mean sum;&lt;BR /&gt;
	format salary dollar12.;&lt;BR /&gt;
	where gender in ('F' 'M');&lt;BR /&gt;
run;&lt;BR /&gt;
quit;</description>
      <pubDate>Sat, 07 Aug 2010 19:18:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gchart-Hbar-chart-and-stats-display-question/m-p/61491#M2056</guid>
      <dc:creator>mnew</dc:creator>
      <dc:date>2010-08-07T19:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Gchart Hbar : chart and stats display question</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gchart-Hbar-chart-and-stats-display-question/m-p/61492#M2057</link>
      <description>If you want to have ultimate control over the text beside the bars, you'll probably want to pre-calculate that text, and then annotate it.</description>
      <pubDate>Tue, 10 Aug 2010 12:00:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gchart-Hbar-chart-and-stats-display-question/m-p/61492#M2057</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-08-10T12:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Gchart Hbar : chart and stats display question</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Gchart-Hbar-chart-and-stats-display-question/m-p/61493#M2058</link>
      <description>Thank you for the suggestion!</description>
      <pubDate>Wed, 11 Aug 2010 17:05:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Gchart-Hbar-chart-and-stats-display-question/m-p/61493#M2058</guid>
      <dc:creator>mnew</dc:creator>
      <dc:date>2010-08-11T17:05:59Z</dc:date>
    </item>
  </channel>
</rss>

