<?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: ODS Layout ods region y= not working in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Layout-ods-region-y-not-working/m-p/362747#M18723</link>
    <description>&lt;P&gt;GPLOT&amp;nbsp;produces device based graphics output and I am not sure how well specific devices (read graphic file formats) interact with ODS layout. I would strongly suggest trying this with with SGPLOT. Note that when you specify and ODS region that is smaller than the size currently used by GOPTIONS Hsize/Vsize and/or Hpixels/Vpixels is likely to cause all sorts of conflicts as the gplot output is build using the goptions size information and then likley trying to "fit" into the size of the ODS area.&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2017 14:56:20 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-05-30T14:56:20Z</dc:date>
    <item>
      <title>ODS Layout ods region y= not working</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Layout-ods-region-y-not-working/m-p/362630#M18721</link>
      <description>&lt;P&gt;Hi&amp;nbsp;SAS,&lt;/P&gt;&lt;P&gt;I'm currently using SAS Eguide Version 5.1 (32bit). I have two issues below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I have an issue positioning my graph. The x= seem to work but the y= is not working. I can't get my graph to move down the page. Please help. Half of the code below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ODS region x=0in y=0in height=3in width=4in;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc gplot data= work.a;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plot distinct_a * mth = yr /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAXIS=AXIS1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HAXIS=AXIS2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FRAME LEGEND=LEGEND1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RUN;QUIT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Can ODS layout handle GPLOT breakdown by multiple graphe? Code example below. There are three multiple line chart in the syntax below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc gplot data= work.c&lt;/P&gt;&lt;P&gt;nocache;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plot distinct_a * mth = yr /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAXIS=AXIS1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HAXIS=AXIS2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FRAME LEGEND=LEGEND1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;by rule_type;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RUN;QUIT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 06:43:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Layout-ods-region-y-not-working/m-p/362630#M18721</guid>
      <dc:creator>JT2</dc:creator>
      <dc:date>2017-05-30T06:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Layout ods region y= not working</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Layout-ods-region-y-not-working/m-p/362747#M18723</link>
      <description>&lt;P&gt;GPLOT&amp;nbsp;produces device based graphics output and I am not sure how well specific devices (read graphic file formats) interact with ODS layout. I would strongly suggest trying this with with SGPLOT. Note that when you specify and ODS region that is smaller than the size currently used by GOPTIONS Hsize/Vsize and/or Hpixels/Vpixels is likely to cause all sorts of conflicts as the gplot output is build using the goptions size information and then likley trying to "fit" into the size of the ODS area.&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 14:56:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Layout-ods-region-y-not-working/m-p/362747#M18723</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-30T14:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Layout ods region y= not working</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Layout-ods-region-y-not-working/m-p/363315#M18736</link>
      <description>&lt;P&gt;Thank you. SGplot is definitely the way to go.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In terms of second q, i also used sgplot with a where statement to breakdown my table into three graphs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 05:41:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Layout-ods-region-y-not-working/m-p/363315#M18736</guid>
      <dc:creator>JT2</dc:creator>
      <dc:date>2017-06-01T05:41:07Z</dc:date>
    </item>
  </channel>
</rss>

