<?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: How to plot 2 data set (different kind of graphs) side by side on 1 page in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-plot-2-data-set-different-kind-of-graphs-side-by-side-on/m-p/60990#M7270</link>
    <description>Hi:&lt;BR /&gt;
  For regular (GPLOT,GCHART) SAS/GRAPH, you can "replay" SAS/GRAPH images (such as a plot and a chart) side by side using the GREPLAY procedure. There are a number of predefined SAS/GRAPH layout templates that you can use for this. For more information about GREPLAY:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/greplay-proc-greplay-statement.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/greplay-proc-greplay-statement.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/a000234693.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/a000234693.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  If your destination of choice is ODS HTML, you can investigate the HTMLPANEL variation of that destination:&lt;BR /&gt;
[pre]&lt;BR /&gt;
ODS TAGSETS.HTMLPANEL ....&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
which will allow you to design side by side tables, side by side graphs or side by side tables and/or graphs in just about any combination, as described here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html&lt;/A&gt; &lt;BR /&gt;
 &lt;BR /&gt;
  If you destination of choice is ODS PDF, then you can investigate the use of COLUMNS=2, which sometimes will be sufficient or you can investigate the new ("pre-production") ODS LAYOUT capability.&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/early-access/index.html" target="_blank"&gt;http://support.sas.com/rnd/base/early-access/index.html&lt;/A&gt; (see ODS LAYOUT here)&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Mon, 22 Feb 2010 18:00:40 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-02-22T18:00:40Z</dc:date>
    <item>
      <title>How to plot 2 data set (different kind of graphs) side by side on 1 page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-plot-2-data-set-different-kind-of-graphs-side-by-side-on/m-p/60989#M7269</link>
      <description>I know SAS can plot multiple graphs on one page, but how to plot 2 different kind of graphs out of 2 data set, side by side on 1 page?&lt;BR /&gt;
&lt;BR /&gt;
for example, I have "history overlay" and "forecast vs actual" for the same items, and I wanna show 2 report for each item on 1 page.&lt;BR /&gt;
&lt;BR /&gt;
Is there any gplot option or procedure to complish it easily?  Thanks,</description>
      <pubDate>Mon, 22 Feb 2010 17:32:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-plot-2-data-set-different-kind-of-graphs-side-by-side-on/m-p/60989#M7269</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-22T17:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot 2 data set (different kind of graphs) side by side on 1 page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-plot-2-data-set-different-kind-of-graphs-side-by-side-on/m-p/60990#M7270</link>
      <description>Hi:&lt;BR /&gt;
  For regular (GPLOT,GCHART) SAS/GRAPH, you can "replay" SAS/GRAPH images (such as a plot and a chart) side by side using the GREPLAY procedure. There are a number of predefined SAS/GRAPH layout templates that you can use for this. For more information about GREPLAY:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/greplay-proc-greplay-statement.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/greplay-proc-greplay-statement.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/a000234693.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/a000234693.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  If your destination of choice is ODS HTML, you can investigate the HTMLPANEL variation of that destination:&lt;BR /&gt;
[pre]&lt;BR /&gt;
ODS TAGSETS.HTMLPANEL ....&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
which will allow you to design side by side tables, side by side graphs or side by side tables and/or graphs in just about any combination, as described here:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html" target="_blank"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/htmlpanel.html&lt;/A&gt; &lt;BR /&gt;
 &lt;BR /&gt;
  If you destination of choice is ODS PDF, then you can investigate the use of COLUMNS=2, which sometimes will be sufficient or you can investigate the new ("pre-production") ODS LAYOUT capability.&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/early-access/index.html" target="_blank"&gt;http://support.sas.com/rnd/base/early-access/index.html&lt;/A&gt; (see ODS LAYOUT here)&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 22 Feb 2010 18:00:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-plot-2-data-set-different-kind-of-graphs-side-by-side-on/m-p/60990#M7270</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-02-22T18:00:40Z</dc:date>
    </item>
  </channel>
</rss>

