<?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 Annotation Goes out of Graphics Output Area in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Annotation-Goes-out-of-Graphics-Output-Area/m-p/109829#M4125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create multiple graphs with data tables underneath, one for each region.&amp;nbsp; The attached sas program contains a macro that reads the data (also attached) and creates a graph for each region.&amp;nbsp; The problem is that when the region has only one hospital to report on, the bar disappears and the contents of the data table go outside of the Graphics Output Area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Jason &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2012 14:38:42 GMT</pubDate>
    <dc:creator>JasonL</dc:creator>
    <dc:date>2012-10-29T14:38:42Z</dc:date>
    <item>
      <title>Annotation Goes out of Graphics Output Area</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Annotation-Goes-out-of-Graphics-Output-Area/m-p/109829#M4125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create multiple graphs with data tables underneath, one for each region.&amp;nbsp; The attached sas program contains a macro that reads the data (also attached) and creates a graph for each region.&amp;nbsp; The problem is that when the region has only one hospital to report on, the bar disappears and the contents of the data table go outside of the Graphics Output Area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Jason &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 14:38:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Annotation-Goes-out-of-Graphics-Output-Area/m-p/109829#M4125</guid>
      <dc:creator>JasonL</dc:creator>
      <dc:date>2012-10-29T14:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Goes out of Graphics Output Area</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Annotation-Goes-out-of-Graphics-Output-Area/m-p/109830#M4126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;There are several small issues with the code, but what fixed your problem - or so I think, was the two following options in your PROC GCHART:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;PROC GCHART...&lt;/P&gt;&lt;P&gt;vbar Hospital / discrete &lt;STRONG&gt;width=&amp;amp;Bar_Width space=&amp;amp;Space&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;...&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I changed the width = 6 and space = 2 (I chose these numbers arbitrarily), but I thought of starting at this point because when you run your code, you do get warnings letting you know that the bardwidth specified is too wide...&lt;/P&gt;&lt;P&gt;I hope this bit of change helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Anca.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 19:38:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Annotation-Goes-out-of-Graphics-Output-Area/m-p/109830#M4126</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2012-10-31T19:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Goes out of Graphics Output Area</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Annotation-Goes-out-of-Graphics-Output-Area/m-p/109831#M4127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!&amp;nbsp; Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 19:56:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Annotation-Goes-out-of-Graphics-Output-Area/m-p/109831#M4127</guid>
      <dc:creator>JasonL</dc:creator>
      <dc:date>2012-10-31T19:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Goes out of Graphics Output Area</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Annotation-Goes-out-of-Graphics-Output-Area/m-p/109832#M4128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason, &lt;/P&gt;&lt;P&gt;when you get a chance you should mark this question as answered so people like myself don't visit it again.&lt;/P&gt;&lt;P&gt;&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2012 01:18:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Annotation-Goes-out-of-Graphics-Output-Area/m-p/109832#M4128</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2012-12-09T01:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Goes out of Graphics Output Area</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Annotation-Goes-out-of-Graphics-Output-Area/m-p/109833#M4129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry.&amp;nbsp; How do I mark it answered?&amp;nbsp; I couldn't find the option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 13:31:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Annotation-Goes-out-of-Graphics-Output-Area/m-p/109833#M4129</guid>
      <dc:creator>JasonL</dc:creator>
      <dc:date>2012-12-10T13:31:11Z</dc:date>
    </item>
  </channel>
</rss>

