<?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: height and width of the wall space? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/height-and-width-of-the-wall-space/m-p/934015#M24734</link>
    <description>&lt;P&gt;I'm ok with defining new values. I would like to know how to idenfity the default values.&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jun 2024 08:48:23 GMT</pubDate>
    <dc:creator>xxformat_com</dc:creator>
    <dc:date>2024-06-28T08:48:23Z</dc:date>
    <item>
      <title>height and width of the wall space?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/height-and-width-of-the-wall-space/m-p/933709#M24731</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it is possible to define the height and width of the graph image using the ods graphics statement.&lt;/P&gt;
&lt;P&gt;But I could not find an option to define the height and width of the wall space.&lt;/P&gt;
&lt;P&gt;It is possible with proc sgplot and/or proc template?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 18:49:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/height-and-width-of-the-wall-space/m-p/933709#M24731</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2024-06-25T18:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: height and width of the wall space?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/height-and-width-of-the-wall-space/m-p/933742#M24732</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on / height=300px width=300px;&amp;nbsp;*&amp;nbsp;Choose&amp;nbsp;another&amp;nbsp;unit&amp;nbsp;if&amp;nbsp;needed;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 23:45:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/height-and-width-of-the-wall-space/m-p/933742#M24732</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2024-06-25T23:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: height and width of the wall space?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/height-and-width-of-the-wall-space/m-p/934015#M24734</link>
      <description>&lt;P&gt;I'm ok with defining new values. I would like to know how to idenfity the default values.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 08:48:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/height-and-width-of-the-wall-space/m-p/934015#M24734</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2024-06-28T08:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: height and width of the wall space?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/height-and-width-of-the-wall-space/m-p/934034#M24736</link>
      <description>&lt;P&gt;I've found the answer:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Height:&lt;/P&gt;
&lt;P&gt;The value of the SAS registry entry "ODS &amp;gt; ODS GRAPHICS &amp;gt; Design Height" or the value of the DesignHeight= option in a STATGRAPH template. Typically, the value is 480px.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Source: &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/p0kroq43yu0lspn16hk1u4c65lti.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grstatproc/p0kroq43yu0lspn16hk1u4c65lti.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 11:18:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/height-and-width-of-the-wall-space/m-p/934034#M24736</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2024-06-28T11:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: height and width of the wall space?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/height-and-width-of-the-wall-space/m-p/934442#M24744</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/184742"&gt;@xxformat_com&lt;/a&gt;&amp;nbsp;, this will not do what you want. the DESiGNWIDTH/DESIGNHEIGHT are used to establish the default dimensions of the entire graph, not the wall area. By default, the width/height on the ODS GRAPHICS statement are set to the to the DESIGNWIDTH/DESIGNHEIGHT. If you override width/height on the ODS GRAPHICS statement, we use the difference between DESIGNWIDTH/DESIGNHEIGHT and width/height to set certain scaling factors for the final output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In GTL, you can change the DESIGNWIDTH/DESIGNHEIGHT directly inside of a template to enforce a different default width/height for the graph. This can be desirable for certain types of layouts.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 17:29:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/height-and-width-of-the-wall-space/m-p/934442#M24744</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2024-07-02T17:29:47Z</dc:date>
    </item>
  </channel>
</rss>

