<?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: Combine several graphs in one in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Combine-several-graphs-in-one/m-p/264135#M9492</link>
    <description>&lt;P&gt;An example output what help illustrate your question. &amp;nbsp;My first port of call on any graph question is this blog, which has examples of all types of graphs. layouts, overlays etc.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are numerous sgpanel examples, quick search:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/?s=graphs+in+column" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/?s=graphs+in+column&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Apr 2016 11:50:46 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-04-15T11:50:46Z</dc:date>
    <item>
      <title>Combine several graphs in one</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Combine-several-graphs-in-one/m-p/264128#M9491</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have this data&amp;amp;colon; time period(month) rate1 rate2 area(3 different areas). I want to make a graph (x=time; y=rate1 and rate2) by area.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i wnat graph to look like using the STEP function in PROC SGPLOT, but I want all 3 area to be in one column like in PROC&amp;nbsp;SGPANEL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How could i do it?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 10:55:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Combine-several-graphs-in-one/m-p/264128#M9491</guid>
      <dc:creator>viollete</dc:creator>
      <dc:date>2016-04-15T10:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Combine several graphs in one</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Combine-several-graphs-in-one/m-p/264135#M9492</link>
      <description>&lt;P&gt;An example output what help illustrate your question. &amp;nbsp;My first port of call on any graph question is this blog, which has examples of all types of graphs. layouts, overlays etc.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are numerous sgpanel examples, quick search:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/?s=graphs+in+column" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/?s=graphs+in+column&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 11:50:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Combine-several-graphs-in-one/m-p/264135#M9492</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-04-15T11:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Combine several graphs in one</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Combine-several-graphs-in-one/m-p/264211#M9496</link>
      <description>&lt;P&gt;STEP does exist in SGPANEL. Have you tried it?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 16:18:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Combine-several-graphs-in-one/m-p/264211#M9496</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-04-15T16:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Combine several graphs in one</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Combine-several-graphs-in-one/m-p/264222#M9497</link>
      <description>&lt;P&gt;Here is an example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sgpanel data=rates;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; panelby area / layout=rowlattice;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; step x=month y=rate1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; step x=month y=rate2;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 17:04:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Combine-several-graphs-in-one/m-p/264222#M9497</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-04-15T17:04:00Z</dc:date>
    </item>
  </channel>
</rss>

