<?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 RTF Multiple Graphs in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Multiple-Graphs/m-p/5655#M2281</link>
    <description>In the SAS/Graph documentation, look at the syntax for the procedure to save the results to a graphics catalogue.&lt;BR /&gt;
&lt;BR /&gt;
Then look at the documentation for the Template procedure which will let you design a layout for your results page.&lt;BR /&gt;
&lt;BR /&gt;
Finally, look at the documentation for the GReplay procedure which will let you redraw your graphs onto the template.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
This solution is very specific to the SAS/Graph product and is outside the scope of this discussion group.  If you continue to have trouble, search for SAS papers on the template and GReplay procedures, or call SAS technical support.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Kind regards&lt;BR /&gt;
&lt;BR /&gt;
David</description>
    <pubDate>Sun, 25 Nov 2007 23:17:46 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-11-25T23:17:46Z</dc:date>
    <item>
      <title>ODS RTF Multiple Graphs</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Multiple-Graphs/m-p/5654#M2280</link>
      <description>I am having a problem getting my graphs to fit on one page. The following code is an example of something I am trying to do with my data. I plot several charts on one page but SAS rather than shrink them to fit overlaps.&lt;BR /&gt;
&lt;BR /&gt;
How can I shrink them whilst keeping the graph exactly as it is. I know I could set device=jpeg but I want to keep the ineractivity.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
options papersize=A4 orientation=landscape;&lt;BR /&gt;
&lt;BR /&gt;
ods rtf file ='/user01/ucollrec/Alan/rtfexample.rtf' columns=3 keepn startpage=no;&lt;BR /&gt;
&lt;BR /&gt;
Axis1&lt;BR /&gt;
	STYLE=1&lt;BR /&gt;
	WIDTH=1&lt;BR /&gt;
	MINOR=NONE;&lt;BR /&gt;
Axis2&lt;BR /&gt;
	STYLE=1&lt;BR /&gt;
	WIDTH=1;&lt;BR /&gt;
Axis3;&lt;BR /&gt;
Axis3&lt;BR /&gt;
	STYLE=1&lt;BR /&gt;
	WIDTH=1;&lt;BR /&gt;
TITLE;&lt;BR /&gt;
TITLE1 "Bar Chart";&lt;BR /&gt;
FOOTNOTE;&lt;BR /&gt;
FOOTNOTE1;&lt;BR /&gt;
&lt;BR /&gt;
PROC GCHART DATA=SAShelp.air;&lt;BR /&gt;
	VBAR3D	 DATE&lt;BR /&gt;
		/	SUMVAR=AIR&lt;BR /&gt;
			SHAPE=BLOCK&lt;BR /&gt;
			FRAME	TYPE=SUM&lt;BR /&gt;
			COUTLINE=BLACK&lt;BR /&gt;
			RAXIS=AXIS1&lt;BR /&gt;
			MAXIS=AXIS2&lt;BR /&gt;
			GAXIS=AXIS3&lt;BR /&gt;
			GAXIS=AXIS3;&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
PROC GCHART DATA=SAShelp.air;&lt;BR /&gt;
	VBAR3D	 DATE&lt;BR /&gt;
		/	SUMVAR=AIR&lt;BR /&gt;
			SHAPE=BLOCK&lt;BR /&gt;
			FRAME	TYPE=SUM&lt;BR /&gt;
			COUTLINE=BLACK&lt;BR /&gt;
			RAXIS=AXIS1&lt;BR /&gt;
			MAXIS=AXIS2&lt;BR /&gt;
			GAXIS=AXIS3&lt;BR /&gt;
			GAXIS=AXIS3;&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
PROC GCHART DATA=SAShelp.air;&lt;BR /&gt;
	VBAR3D	 DATE&lt;BR /&gt;
		/	SUMVAR=AIR&lt;BR /&gt;
			SHAPE=BLOCK&lt;BR /&gt;
			FRAME	TYPE=SUM&lt;BR /&gt;
			COUTLINE=BLACK&lt;BR /&gt;
			RAXIS=AXIS1&lt;BR /&gt;
			MAXIS=AXIS2&lt;BR /&gt;
			GAXIS=AXIS3&lt;BR /&gt;
			GAXIS=AXIS3;&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
PROC GCHART DATA=SAShelp.air;&lt;BR /&gt;
	VBAR3D	 DATE&lt;BR /&gt;
		/	SUMVAR=AIR&lt;BR /&gt;
			SHAPE=BLOCK&lt;BR /&gt;
			FRAME	TYPE=SUM&lt;BR /&gt;
			COUTLINE=BLACK&lt;BR /&gt;
			RAXIS=AXIS1&lt;BR /&gt;
			MAXIS=AXIS2&lt;BR /&gt;
			GAXIS=AXIS3&lt;BR /&gt;
			GAXIS=AXIS3;&lt;BR /&gt;
RUN;</description>
      <pubDate>Fri, 23 Nov 2007 16:02:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Multiple-Graphs/m-p/5654#M2280</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-11-23T16:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: ODS RTF Multiple Graphs</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Multiple-Graphs/m-p/5655#M2281</link>
      <description>In the SAS/Graph documentation, look at the syntax for the procedure to save the results to a graphics catalogue.&lt;BR /&gt;
&lt;BR /&gt;
Then look at the documentation for the Template procedure which will let you design a layout for your results page.&lt;BR /&gt;
&lt;BR /&gt;
Finally, look at the documentation for the GReplay procedure which will let you redraw your graphs onto the template.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
This solution is very specific to the SAS/Graph product and is outside the scope of this discussion group.  If you continue to have trouble, search for SAS papers on the template and GReplay procedures, or call SAS technical support.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Kind regards&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Sun, 25 Nov 2007 23:17:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Multiple-Graphs/m-p/5655#M2281</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-11-25T23:17:46Z</dc:date>
    </item>
  </channel>
</rss>

