<?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 Re: HTML output browser window size in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/HTML-output-browser-window-size/m-p/51436#M1732</link>
    <description>changing xpixels/ypixels just seem to warp the image.&lt;BR /&gt;
At the moment my plot is chopped off at the top due to lack of browser window space.</description>
    <pubDate>Wed, 03 Feb 2010 02:56:04 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-02-03T02:56:04Z</dc:date>
    <item>
      <title>HTML output browser window size</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/HTML-output-browser-window-size/m-p/51433#M1729</link>
      <description>For html output how do I control how much space is allotted in my browser window for the plot?</description>
      <pubDate>Wed, 03 Feb 2010 02:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/HTML-output-browser-window-size/m-p/51433#M1729</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-03T02:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: HTML output browser window size</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/HTML-output-browser-window-size/m-p/51434#M1730</link>
      <description>The size/dimensions of the image - explore vsize and hsize parameters:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/datavisualization/papers/GraphBasics.pdf" target="_blank"&gt;http://support.sas.com/rnd/datavisualization/papers/GraphBasics.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Recommended Google advanced search argument this topic/post:&lt;BR /&gt;
&lt;BR /&gt;
proc gplot graph dimensions ods site:sas.com</description>
      <pubDate>Wed, 03 Feb 2010 02:15:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/HTML-output-browser-window-size/m-p/51434#M1730</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-02-03T02:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: HTML output browser window size</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/HTML-output-browser-window-size/m-p/51435#M1731</link>
      <description>For my ods html sas/graph output, I use goptions xpixels &amp;amp; ypixels.&lt;BR /&gt;
&lt;BR /&gt;
I find that xpixels/ypixels let me specify *any* desired size, whereas (iirc) hsize &amp;amp; vsize were "constrained" by the limits set in the device files, or something like that.</description>
      <pubDate>Wed, 03 Feb 2010 02:18:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/HTML-output-browser-window-size/m-p/51435#M1731</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-02-03T02:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: HTML output browser window size</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/HTML-output-browser-window-size/m-p/51436#M1732</link>
      <description>changing xpixels/ypixels just seem to warp the image.&lt;BR /&gt;
At the moment my plot is chopped off at the top due to lack of browser window space.</description>
      <pubDate>Wed, 03 Feb 2010 02:56:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/HTML-output-browser-window-size/m-p/51436#M1732</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-03T02:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: HTML output browser window size</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/HTML-output-browser-window-size/m-p/51437#M1733</link>
      <description>Hmm ... perhaps you're mixing-and-matching some options that don't work well together.  &lt;BR /&gt;
&lt;BR /&gt;
Try using the code below, and make sure the gplot comes out looking right - if it doesn't look right, maybe something in your autoexec.sas, etc, isn't "playing well" with these options.  Once you get it looking right, then swap your graphics proc for this 'proc gplot'.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
filename odsout '.';&lt;BR /&gt;
&lt;BR /&gt;
goptions device=gif;&lt;BR /&gt;
goptions xpixels=400 ypixels=400;&lt;BR /&gt;
 &lt;BR /&gt;
ODS LISTING CLOSE;&lt;BR /&gt;
ODS HTML path=odsout body="foo.htm";&lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=sashelp.class;&lt;BR /&gt;
plot height*weight / name="foo";&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
quit;&lt;BR /&gt;
ODS HTML CLOSE;&lt;BR /&gt;
ODS LISTING;</description>
      <pubDate>Wed, 03 Feb 2010 13:06:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/HTML-output-browser-window-size/m-p/51437#M1733</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-02-03T13:06:07Z</dc:date>
    </item>
  </channel>
</rss>

