<?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 create multiple graphs in one page in a HTML file. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/how-to-create-multiple-graphs-in-one-page-in-a-HTML-file/m-p/246279#M8930</link>
    <description>&lt;P&gt;Thank you Ballard, I will have to work more on the proc tabulate area.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2016 04:53:38 GMT</pubDate>
    <dc:creator>SASER</dc:creator>
    <dc:date>2016-01-27T04:53:38Z</dc:date>
    <item>
      <title>how to create multiple graphs in one page in a HTML file.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-create-multiple-graphs-in-one-page-in-a-HTML-file/m-p/246243#M8926</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;Can anybody suggest me a skeleton structure for how to create 4-6 charts in one single html page using GPLOT&amp;nbsp;and&amp;nbsp;ODS HTML.&lt;/P&gt;&lt;P&gt;I have found a number of ways to do that in PDF, but none fore HTML. I would really appreciate if somebody can share their knowledge in this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niran&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 00:04:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-create-multiple-graphs-in-one-page-in-a-HTML-file/m-p/246243#M8926</guid>
      <dc:creator>SASER</dc:creator>
      <dc:date>2016-01-27T00:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to create multiple graphs in one page in a HTML file.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-create-multiple-graphs-in-one-page-in-a-HTML-file/m-p/246245#M8927</link>
      <description>&lt;P&gt;To get things into a single "document" has the same general approach: The output generating steps are enclosed in an ODS sandwich:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS HTML Path="d:\output" body="specific name.html"; /*path is any valid output path. I suggest it be a fully qualified path */&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc Gchart;&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;Proc Tabulate;&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;&amp;lt;other output&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ods html close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The fun part is that you will have to re-open HTML for general output after closing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 00:10:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-create-multiple-graphs-in-one-page-in-a-HTML-file/m-p/246245#M8927</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-01-27T00:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to create multiple graphs in one page in a HTML file.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-create-multiple-graphs-in-one-page-in-a-HTML-file/m-p/246248#M8928</link>
      <description>&lt;P&gt;For an example and discussion, see the article &lt;A href="http://blogs.sas.com/content/sasdummy/2015/11/23/ods-statement-options-to-change/" target="_self"&gt;"Using the ODS statement to add layers in your ODS sandwich."&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 00:17:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-create-multiple-graphs-in-one-page-in-a-HTML-file/m-p/246248#M8928</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-01-27T00:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to create multiple graphs in one page in a HTML file.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-create-multiple-graphs-in-one-page-in-a-HTML-file/m-p/246279#M8930</link>
      <description>&lt;P&gt;Thank you Ballard, I will have to work more on the proc tabulate area.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 04:53:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-create-multiple-graphs-in-one-page-in-a-HTML-file/m-p/246279#M8930</guid>
      <dc:creator>SASER</dc:creator>
      <dc:date>2016-01-27T04:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to create multiple graphs in one page in a HTML file.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/how-to-create-multiple-graphs-in-one-page-in-a-HTML-file/m-p/246280#M8931</link>
      <description>&lt;P&gt;Thank you Rick for sharing the link. It was a helpful one.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 04:57:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/how-to-create-multiple-graphs-in-one-page-in-a-HTML-file/m-p/246280#M8931</guid>
      <dc:creator>SASER</dc:creator>
      <dc:date>2016-01-27T04:57:08Z</dc:date>
    </item>
  </channel>
</rss>

