<?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 Graphic problem, Graph too large, in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Graphic-problem-Graph-too-large/m-p/75444#M21890</link>
    <description>Hi, everyone,&lt;BR /&gt;
&lt;BR /&gt;
Need help, a very weird problem.&lt;BR /&gt;
I haven't had this problem before, my SAS running OK before.&lt;BR /&gt;
&lt;BR /&gt;
But this morning when I using a Proc Gplot, I got the following message:&lt;BR /&gt;
&lt;U&gt;"WARNING: The left vertical axis labeled Sum could not be fit as specified. The axis values will     overwrite."&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
And the graph SAS gave was too large! &lt;BR /&gt;
&lt;BR /&gt;
I also tried a Proc univariate to create a histogram, this time, graph cannot be created.&lt;BR /&gt;
and:&lt;BR /&gt;
&lt;U&gt;"WARNING: Insufficient space on page to create a chart."&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I also try to using "goption reset=all" but no luck&lt;BR /&gt;
&lt;BR /&gt;
Any help??&lt;BR /&gt;
&lt;BR /&gt;
Thanks!!&lt;BR /&gt;
&lt;BR /&gt;
Ken</description>
    <pubDate>Sun, 11 Oct 2009 03:41:41 GMT</pubDate>
    <dc:creator>Ken_oy</dc:creator>
    <dc:date>2009-10-11T03:41:41Z</dc:date>
    <item>
      <title>Graphic problem, Graph too large,</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Graphic-problem-Graph-too-large/m-p/75444#M21890</link>
      <description>Hi, everyone,&lt;BR /&gt;
&lt;BR /&gt;
Need help, a very weird problem.&lt;BR /&gt;
I haven't had this problem before, my SAS running OK before.&lt;BR /&gt;
&lt;BR /&gt;
But this morning when I using a Proc Gplot, I got the following message:&lt;BR /&gt;
&lt;U&gt;"WARNING: The left vertical axis labeled Sum could not be fit as specified. The axis values will     overwrite."&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
And the graph SAS gave was too large! &lt;BR /&gt;
&lt;BR /&gt;
I also tried a Proc univariate to create a histogram, this time, graph cannot be created.&lt;BR /&gt;
and:&lt;BR /&gt;
&lt;U&gt;"WARNING: Insufficient space on page to create a chart."&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I also try to using "goption reset=all" but no luck&lt;BR /&gt;
&lt;BR /&gt;
Any help??&lt;BR /&gt;
&lt;BR /&gt;
Thanks!!&lt;BR /&gt;
&lt;BR /&gt;
Ken</description>
      <pubDate>Sun, 11 Oct 2009 03:41:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Graphic-problem-Graph-too-large/m-p/75444#M21890</guid>
      <dc:creator>Ken_oy</dc:creator>
      <dc:date>2009-10-11T03:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic problem, Graph too large,</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Graphic-problem-Graph-too-large/m-p/75445#M21891</link>
      <description>Share you code.  It will help with getting useful feedback.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Sun, 11 Oct 2009 15:11:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Graphic-problem-Graph-too-large/m-p/75445#M21891</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-10-11T15:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic problem, Graph too large,</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Graphic-problem-Graph-too-large/m-p/75446#M21892</link>
      <description>I am just running in default. no other additional option.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"&lt;BR /&gt;
data test;&lt;BR /&gt;
set source.data;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc univariate data=test;&lt;BR /&gt;
var v1;&lt;BR /&gt;
histogram v1;&lt;BR /&gt;
run;&lt;BR /&gt;
"&lt;BR /&gt;
&lt;BR /&gt;
or &lt;BR /&gt;
&lt;BR /&gt;
"&lt;BR /&gt;
proc gplot data=test;&lt;BR /&gt;
plot v1*v2;&lt;BR /&gt;
run;&lt;BR /&gt;
"&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Everything is OK days before. But I really don't know why my SAS has this graphic problem. I also want to paste a pic, but don't know how for this website...&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your help!</description>
      <pubDate>Mon, 12 Oct 2009 19:18:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Graphic-problem-Graph-too-large/m-p/75446#M21892</guid>
      <dc:creator>Ken_oy</dc:creator>
      <dc:date>2009-10-12T19:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic problem, Graph too large,</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Graphic-problem-Graph-too-large/m-p/75447#M21893</link>
      <description>Weird.&lt;BR /&gt;
Try playing with the number of records:&lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=test&lt;B&gt;(obs=100)&lt;/B&gt;;&lt;BR /&gt;
plot v1*v2;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
to see whether:&lt;BR /&gt;
1- a specific record throws sas off&lt;BR /&gt;
2- the volume of data plays a role</description>
      <pubDate>Wed, 14 Oct 2009 20:45:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Graphic-problem-Graph-too-large/m-p/75447#M21893</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2009-10-14T20:45:39Z</dc:date>
    </item>
  </channel>
</rss>

