<?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 proc gchart, Vbar seems to have too much margins. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-Vbar-seems-to-have-too-much-margins/m-p/46823#M12495</link>
    <description>Hello all, &lt;BR /&gt;
&lt;BR /&gt;
I am using gchart to create a histogram. It works file when i run it alone. But when I set goption device to GIF the chart is shrunk to the middle and way to much left and right margins appear on the chart. Has anyone come across this before?&lt;BR /&gt;
&lt;BR /&gt;
 goptions reset= all; &lt;BR /&gt;
 goptions device=jpeg;&lt;BR /&gt;
goptions gunit=pct border ;&lt;BR /&gt;
goptions ftext=arial htext=2 pct;  &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
pattern1  value=solid color=lightblue ;&lt;BR /&gt;
pattern2  value=solid color=lightyellow;&lt;BR /&gt;
pattern3  value=solid color=lightbrown;&lt;BR /&gt;
*goptions reset=pattern;&lt;BR /&gt;
title 'Cases , Processed vs Still Pending' font=Arial;&lt;BR /&gt;
axis1  label=(a=90 'Cases' font="arial/bold" height=2)  &lt;BR /&gt;
		 value=(font="Arial" height=2 /* angle=90 */) offset=(0,0);&lt;BR /&gt;
axis2  label=(a=0 'Week Ending On' font="Arial/bold" height=2)  &lt;BR /&gt;
		 value=(font="arial" height=2 /* angle=90 */) ;&lt;BR /&gt;
proc gchart data=Chart_1 anno=Chart_1_Anno;&lt;BR /&gt;
	vbar Week_Ends/subgroup=Status sumvar=Cases&lt;BR /&gt;
					   discrete&lt;BR /&gt;
						space=.5 &lt;BR /&gt;
						noframe	&lt;BR /&gt;
						coutline=black&lt;BR /&gt;
						raxis=axis1&lt;BR /&gt;
						maxis=axis2;&lt;BR /&gt;
format  Week_Ends MMDDYY5.0;&lt;BR /&gt;
/*where  Week_Ends between today()-7*7 and today()+7 ;	 */&lt;BR /&gt;
run;&lt;BR /&gt;
quit;</description>
    <pubDate>Thu, 18 Jun 2009 21:39:48 GMT</pubDate>
    <dc:creator>Jaime</dc:creator>
    <dc:date>2009-06-18T21:39:48Z</dc:date>
    <item>
      <title>proc gchart, Vbar seems to have too much margins.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-Vbar-seems-to-have-too-much-margins/m-p/46823#M12495</link>
      <description>Hello all, &lt;BR /&gt;
&lt;BR /&gt;
I am using gchart to create a histogram. It works file when i run it alone. But when I set goption device to GIF the chart is shrunk to the middle and way to much left and right margins appear on the chart. Has anyone come across this before?&lt;BR /&gt;
&lt;BR /&gt;
 goptions reset= all; &lt;BR /&gt;
 goptions device=jpeg;&lt;BR /&gt;
goptions gunit=pct border ;&lt;BR /&gt;
goptions ftext=arial htext=2 pct;  &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
pattern1  value=solid color=lightblue ;&lt;BR /&gt;
pattern2  value=solid color=lightyellow;&lt;BR /&gt;
pattern3  value=solid color=lightbrown;&lt;BR /&gt;
*goptions reset=pattern;&lt;BR /&gt;
title 'Cases , Processed vs Still Pending' font=Arial;&lt;BR /&gt;
axis1  label=(a=90 'Cases' font="arial/bold" height=2)  &lt;BR /&gt;
		 value=(font="Arial" height=2 /* angle=90 */) offset=(0,0);&lt;BR /&gt;
axis2  label=(a=0 'Week Ending On' font="Arial/bold" height=2)  &lt;BR /&gt;
		 value=(font="arial" height=2 /* angle=90 */) ;&lt;BR /&gt;
proc gchart data=Chart_1 anno=Chart_1_Anno;&lt;BR /&gt;
	vbar Week_Ends/subgroup=Status sumvar=Cases&lt;BR /&gt;
					   discrete&lt;BR /&gt;
						space=.5 &lt;BR /&gt;
						noframe	&lt;BR /&gt;
						coutline=black&lt;BR /&gt;
						raxis=axis1&lt;BR /&gt;
						maxis=axis2;&lt;BR /&gt;
format  Week_Ends MMDDYY5.0;&lt;BR /&gt;
/*where  Week_Ends between today()-7*7 and today()+7 ;	 */&lt;BR /&gt;
run;&lt;BR /&gt;
quit;</description>
      <pubDate>Thu, 18 Jun 2009 21:39:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-Vbar-seems-to-have-too-much-margins/m-p/46823#M12495</guid>
      <dc:creator>Jaime</dc:creator>
      <dc:date>2009-06-18T21:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart, Vbar seems to have too much margins.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-Vbar-seems-to-have-too-much-margins/m-p/46824#M12496</link>
      <description>My level is low, but you may try other Goptions such as HPOS</description>
      <pubDate>Sat, 20 Jun 2009 20:50:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-Vbar-seems-to-have-too-much-margins/m-p/46824#M12496</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-06-20T20:50:03Z</dc:date>
    </item>
  </channel>
</rss>

