<?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 x-axis has &amp;quot;.0%&amp;quot; instead of &amp;quot;0%&amp;quot; in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/x-axis-has-quot-0-quot-instead-of-quot-0-quot/m-p/19911#M472</link>
    <description>My x-axis has ".0%" instead of "0%". &lt;BR /&gt;
Does anyone know how to change this?&lt;BR /&gt;
&lt;BR /&gt;
proc gchart data=q5 anno=anno_labels;&lt;BR /&gt;
	hbar bu1 / discrete&lt;BR /&gt;
	nostats&lt;BR /&gt;
	type=sum sumvar=percent1&lt;BR /&gt;
	group=q5&lt;BR /&gt;
	patternid=group&lt;BR /&gt;
	freq&lt;BR /&gt;
	format percent1 percent5.2;&lt;BR /&gt;
run;</description>
    <pubDate>Fri, 20 Nov 2009 05:38:09 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-11-20T05:38:09Z</dc:date>
    <item>
      <title>x-axis has ".0%" instead of "0%"</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/x-axis-has-quot-0-quot-instead-of-quot-0-quot/m-p/19911#M472</link>
      <description>My x-axis has ".0%" instead of "0%". &lt;BR /&gt;
Does anyone know how to change this?&lt;BR /&gt;
&lt;BR /&gt;
proc gchart data=q5 anno=anno_labels;&lt;BR /&gt;
	hbar bu1 / discrete&lt;BR /&gt;
	nostats&lt;BR /&gt;
	type=sum sumvar=percent1&lt;BR /&gt;
	group=q5&lt;BR /&gt;
	patternid=group&lt;BR /&gt;
	freq&lt;BR /&gt;
	format percent1 percent5.2;&lt;BR /&gt;
run;</description>
      <pubDate>Fri, 20 Nov 2009 05:38:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/x-axis-has-quot-0-quot-instead-of-quot-0-quot/m-p/19911#M472</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-11-20T05:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: x-axis has ".0%" instead of "0%"</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/x-axis-has-quot-0-quot-instead-of-quot-0-quot/m-p/19912#M473</link>
      <description>How about something like this (specifying a percent format with no decimal places)...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data foo;&lt;BR /&gt;
 x=1; y=0; output;&lt;BR /&gt;
 x=2; y=.1; output;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
symbol1 v=dot i=join;&lt;BR /&gt;
proc gplot data=foo;&lt;BR /&gt;
 format y percent5.0;&lt;BR /&gt;
 plot y*x;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Robert Allison @ SAS

Message was edited by: Robert Allison @ SAS</description>
      <pubDate>Fri, 20 Nov 2009 13:43:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/x-axis-has-quot-0-quot-instead-of-quot-0-quot/m-p/19912#M473</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2009-11-20T13:43:36Z</dc:date>
    </item>
  </channel>
</rss>

