<?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: Multiple non pdf graphs on same page in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/498628#M17016</link>
    <description>&lt;P&gt;I think GREPLAY is part of SAS/GRAPH which isn't included in SAS UE.&amp;nbsp;SGPLOT is the 'new' way of doing things, whereas SAS/GRAPH is pretty old and not really high quality graphics to be honest. I'm assuming that's why they didn't include it in SAS UE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also just recalled&amp;nbsp;you can make your own graph template using GTL. It's definitely not simple but would give you pretty detailed control over what you want and would likely come out as a single image.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/44100"&gt;@jacksonan123&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;To your knowledge does SAS UE support Greplay?&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Sep 2018 03:14:13 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-09-25T03:14:13Z</dc:date>
    <item>
      <title>Multiple non pdf graphs on same page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/498610#M17013</link>
      <description>&lt;P&gt;I have prepared some TIFF graphs which I would like to combine on the same page.&amp;nbsp; The attached code presented on this site&amp;nbsp; works well for a *.pdf output.&amp;nbsp; For base SAS there is a greplay macro that allows&amp;nbsp; one to combine graphs.&amp;nbsp; Does any one know if graphs can be combined in SAS UE other than as *.PDF format? &amp;nbsp; If they do can they indicate a posted example?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;* close all open ODS destinations ;
ods _all_ close;

* set papersize etc. for PDF ;
options papersize="ISO A4" orientation=portrait;

* open PDF destination 
* the &amp;amp;_SASWS_ macro var is pointing to your "MyFolders" location
*;
ods pdf file="/folders/myfolders/CmaxRIT/sample2.PDF";

* set size of graphics ;
ods graphics / width=8cm height=6cm;

* start gridded layout with two columns ;
ods layout gridded columns=2 ;

* generate output for first region ;
ods region;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Sep 2018 22:50:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/498610#M17013</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2018-09-24T22:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple non pdf graphs on same page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/498611#M17014</link>
      <description>If you're using SAS Academics on Demand, it supports GREPLAY. It's free as well, with the same restrictions as UE so if you're within the appropriate usage you should be fine.</description>
      <pubDate>Mon, 24 Sep 2018 22:53:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/498611#M17014</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-24T22:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple non pdf graphs on same page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/498624#M17015</link>
      <description>To your knowledge does SAS UE support Greplay?&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2018 01:43:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/498624#M17015</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2018-09-25T01:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple non pdf graphs on same page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/498628#M17016</link>
      <description>&lt;P&gt;I think GREPLAY is part of SAS/GRAPH which isn't included in SAS UE.&amp;nbsp;SGPLOT is the 'new' way of doing things, whereas SAS/GRAPH is pretty old and not really high quality graphics to be honest. I'm assuming that's why they didn't include it in SAS UE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also just recalled&amp;nbsp;you can make your own graph template using GTL. It's definitely not simple but would give you pretty detailed control over what you want and would likely come out as a single image.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/44100"&gt;@jacksonan123&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;To your knowledge does SAS UE support Greplay?&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 03:14:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/498628#M17016</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-25T03:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple non pdf graphs on same page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/498637#M17017</link>
      <description>I will give GTL a try tomorrow, but I have decided the whole matter would be&lt;BR /&gt;much simpler in R if this fails.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2018 03:58:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/498637#M17017</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2018-09-25T03:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple non pdf graphs on same page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/498759#M17018</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/44100"&gt;@jacksonan123&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have prepared some TIFF graphs which I would like to combine on the same page.&amp;nbsp; The attached code presented on this site&amp;nbsp; works well for a *.pdf output.&amp;nbsp; For base SAS there is a greplay macro that allows&amp;nbsp; one to combine graphs.&amp;nbsp; Does any one know if graphs can be combined in SAS UE other than as *.PDF format? &amp;nbsp; If they do can they indicate a posted example?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Perhaps Proc Sgpanel?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A pretty vague question. What ODS destination are you using that is not PDF? HTML and similar do not actually have a "page" concept.&lt;/P&gt;
&lt;P&gt;Currently none of the other ODS destinations I am familiar with have any of the "layout" options that PDF does.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How big are the individual images? What size is the destination "page"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FWIW Greplay requires lots of playing around with text and marker sizes and paying attention to height to width ratios in creation and the replay because everything gets rescaled to fit into the replay display area.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 15:00:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/498759#M17018</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-25T15:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple non pdf graphs on same page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/498768#M17019</link>
      <description>Yeah, GTL and R are pretty much equivalent in the type and amount of code, but obviously what you know is easier.</description>
      <pubDate>Tue, 25 Sep 2018 16:02:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/498768#M17019</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-25T16:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple non pdf graphs on same page</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/499822#M17037</link>
      <description>I decided to use ggplot in R and it worked well.</description>
      <pubDate>Fri, 28 Sep 2018 09:43:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiple-non-pdf-graphs-on-same-page/m-p/499822#M17037</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2018-09-28T09:43:13Z</dc:date>
    </item>
  </channel>
</rss>

