<?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 vbar size with title in pdf in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/vbar-size-with-title-in-pdf/m-p/129088#M5055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create pdf output with a graph, a vbar. As soon as I set titles, der vertical size of the graph gets very small - too small - it doesn't use all of the paper I have. Here's my code (I use SAS 9.2 with UNIX in the SAS portal):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options orientation=landscape papersize=a3;&lt;/P&gt;&lt;P&gt;ods pdf body=_webout style=sasweb notoc uniform;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[this is where I would put the title - code see below]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions device=sasprtc ftext="helvetica" cback=white colors=(CX113388,CX426BB2,CX819CCC,CXB3C4DC);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gchart data=work.mygraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbar field1 / group=field2 freq=field3 patternid=midpoint frec discrete raxis=axis1 maxis=axis2 gaxis=axis3;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; axis1 label=(h=10 angle=90 color=black 'My label') minor=none;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; axis2 label=none;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; axis3 label=none;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;If I don't use a title the graph is ok in size (yet vsize nor ypixels help in enlarging it vertically).&lt;/P&gt;&lt;P&gt;Now when I use title where I indicated in the code above (or within the proc step - effect it the same) the graph gets smaller. And it even gets smaller when I user more titles:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title "My heading";&lt;/P&gt;&lt;P&gt;title2 "some remarks";&lt;/P&gt;&lt;P&gt;title3 "blabla";&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;title9 "text";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then have the title on the top of the page followed by much white space and then a small strip of vbar graph followed by much white space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2012 11:39:12 GMT</pubDate>
    <dc:creator>Eva</dc:creator>
    <dc:date>2012-05-30T11:39:12Z</dc:date>
    <item>
      <title>vbar size with title in pdf</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/vbar-size-with-title-in-pdf/m-p/129088#M5055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create pdf output with a graph, a vbar. As soon as I set titles, der vertical size of the graph gets very small - too small - it doesn't use all of the paper I have. Here's my code (I use SAS 9.2 with UNIX in the SAS portal):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options orientation=landscape papersize=a3;&lt;/P&gt;&lt;P&gt;ods pdf body=_webout style=sasweb notoc uniform;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[this is where I would put the title - code see below]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions device=sasprtc ftext="helvetica" cback=white colors=(CX113388,CX426BB2,CX819CCC,CXB3C4DC);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gchart data=work.mygraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbar field1 / group=field2 freq=field3 patternid=midpoint frec discrete raxis=axis1 maxis=axis2 gaxis=axis3;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; axis1 label=(h=10 angle=90 color=black 'My label') minor=none;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; axis2 label=none;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; axis3 label=none;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;If I don't use a title the graph is ok in size (yet vsize nor ypixels help in enlarging it vertically).&lt;/P&gt;&lt;P&gt;Now when I use title where I indicated in the code above (or within the proc step - effect it the same) the graph gets smaller. And it even gets smaller when I user more titles:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title "My heading";&lt;/P&gt;&lt;P&gt;title2 "some remarks";&lt;/P&gt;&lt;P&gt;title3 "blabla";&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;title9 "text";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then have the title on the top of the page followed by much white space and then a small strip of vbar graph followed by much white space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 11:39:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/vbar-size-with-title-in-pdf/m-p/129088#M5055</guid>
      <dc:creator>Eva</dc:creator>
      <dc:date>2012-05-30T11:39:12Z</dc:date>
    </item>
  </channel>
</rss>

