<?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 layout is not supported in the RTF destination? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/layout-is-not-supported-in-the-RTF-destination/m-p/350548#M12167</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to output a rtf file with multiple figures, but I just know how to&amp;nbsp;&lt;SPAN&gt;stack multiple graphs &lt;STRONG&gt;vertically&lt;/STRONG&gt; on the same page, is that possible to have &lt;STRONG&gt;2 columns&lt;/STRONG&gt; in one page in rtf? I use layout, but the log shows layout is not supported in RTF destination. Below is my code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options nodate nonumber;&lt;BR /&gt;ods _all_ close;&lt;BR /&gt;ods rtf file = 'figures.rtf' startpage = no image_dpi = 300;&lt;BR /&gt;&lt;STRONG&gt;ods layout gridded columns = 2;&lt;/STRONG&gt;&lt;BR /&gt;ods graphics / reset = all outputfmt = png height = 3in width = 4in;&lt;/P&gt;&lt;P&gt;proc univariate data=combine_1;&lt;BR /&gt;var var_1;&lt;BR /&gt;class Group;&lt;BR /&gt;histogram var_1&amp;nbsp;/ midpoints = (0 to 100 by 5)&lt;BR /&gt;nrow = 3 odstitle = "VAR"&lt;BR /&gt;normal (color = red) kernel&lt;BR /&gt;cfill = ltgray ctext = blue&lt;BR /&gt;nohlabel&lt;BR /&gt;vscale = percent;&lt;BR /&gt;inset N = 'N' MEDIAN (8.2) MEAN (8.2) STD = 'Standard Deviation'(8.3) / position = ne;&lt;BR /&gt;ods select histogram;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;title 'var_1';&lt;BR /&gt;proc boxplot data = combine_1;&lt;BR /&gt;plot var_1*group /&lt;BR /&gt;nohlabel;&lt;BR /&gt;label var_1&amp;nbsp;= 'VAR';&lt;BR /&gt;*inset min max / pos = topoff;&lt;BR /&gt;insetgroup min (5.2) max (5.2) mean (5.2) stddev (5.2) / header = 'Stats by VAR';&lt;BR /&gt;run;&lt;BR /&gt;ods _all_ close;&lt;BR /&gt;ods preferences;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;</description>
    <pubDate>Mon, 17 Apr 2017 15:38:45 GMT</pubDate>
    <dc:creator>echoli</dc:creator>
    <dc:date>2017-04-17T15:38:45Z</dc:date>
    <item>
      <title>layout is not supported in the RTF destination?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/layout-is-not-supported-in-the-RTF-destination/m-p/350548#M12167</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to output a rtf file with multiple figures, but I just know how to&amp;nbsp;&lt;SPAN&gt;stack multiple graphs &lt;STRONG&gt;vertically&lt;/STRONG&gt; on the same page, is that possible to have &lt;STRONG&gt;2 columns&lt;/STRONG&gt; in one page in rtf? I use layout, but the log shows layout is not supported in RTF destination. Below is my code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options nodate nonumber;&lt;BR /&gt;ods _all_ close;&lt;BR /&gt;ods rtf file = 'figures.rtf' startpage = no image_dpi = 300;&lt;BR /&gt;&lt;STRONG&gt;ods layout gridded columns = 2;&lt;/STRONG&gt;&lt;BR /&gt;ods graphics / reset = all outputfmt = png height = 3in width = 4in;&lt;/P&gt;&lt;P&gt;proc univariate data=combine_1;&lt;BR /&gt;var var_1;&lt;BR /&gt;class Group;&lt;BR /&gt;histogram var_1&amp;nbsp;/ midpoints = (0 to 100 by 5)&lt;BR /&gt;nrow = 3 odstitle = "VAR"&lt;BR /&gt;normal (color = red) kernel&lt;BR /&gt;cfill = ltgray ctext = blue&lt;BR /&gt;nohlabel&lt;BR /&gt;vscale = percent;&lt;BR /&gt;inset N = 'N' MEDIAN (8.2) MEAN (8.2) STD = 'Standard Deviation'(8.3) / position = ne;&lt;BR /&gt;ods select histogram;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;title 'var_1';&lt;BR /&gt;proc boxplot data = combine_1;&lt;BR /&gt;plot var_1*group /&lt;BR /&gt;nohlabel;&lt;BR /&gt;label var_1&amp;nbsp;= 'VAR';&lt;BR /&gt;*inset min max / pos = topoff;&lt;BR /&gt;insetgroup min (5.2) max (5.2) mean (5.2) stddev (5.2) / header = 'Stats by VAR';&lt;BR /&gt;run;&lt;BR /&gt;ods _all_ close;&lt;BR /&gt;ods preferences;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 15:38:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/layout-is-not-supported-in-the-RTF-destination/m-p/350548#M12167</guid>
      <dc:creator>echoli</dc:creator>
      <dc:date>2017-04-17T15:38:45Z</dc:date>
    </item>
  </channel>
</rss>

