<?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: Overlay with Y*X=Z graphs in proc gplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Overlay-with-Y-X-Z-graphs-in-proc-gplot/m-p/63617#M2159</link>
    <description>What version of SAS are you running?</description>
    <pubDate>Fri, 13 Aug 2010 14:25:52 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2010-08-13T14:25:52Z</dc:date>
    <item>
      <title>Overlay with Y*X=Z graphs in proc gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Overlay-with-Y-X-Z-graphs-in-proc-gplot/m-p/63616#M2158</link>
      <description>I want to combine the two graphs produced by this code:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=sd12; &lt;BR /&gt;
	plot ObTotal*SSequence=NumberOfDays /&lt;BR /&gt;
	 haxis=axis1 vaxis=axis2;&lt;BR /&gt;
	 plot DeTotal*SSequence='dot';&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
I've tried using overlay to get them on one graph itself, but overlay doesn't work with y*x=z plots. &lt;BR /&gt;
&lt;BR /&gt;
Any suggestions please? Thanks.</description>
      <pubDate>Fri, 13 Aug 2010 13:56:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Overlay-with-Y-X-Z-graphs-in-proc-gplot/m-p/63616#M2158</guid>
      <dc:creator>VD</dc:creator>
      <dc:date>2010-08-13T13:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay with Y*X=Z graphs in proc gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Overlay-with-Y-X-Z-graphs-in-proc-gplot/m-p/63617#M2159</link>
      <description>What version of SAS are you running?</description>
      <pubDate>Fri, 13 Aug 2010 14:25:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Overlay-with-Y-X-Z-graphs-in-proc-gplot/m-p/63617#M2159</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2010-08-13T14:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay with Y*X=Z graphs in proc gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Overlay-with-Y-X-Z-graphs-in-proc-gplot/m-p/63618#M2160</link>
      <description>9.1.</description>
      <pubDate>Fri, 13 Aug 2010 14:36:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Overlay-with-Y-X-Z-graphs-in-proc-gplot/m-p/63618#M2160</guid>
      <dc:creator>VD</dc:creator>
      <dc:date>2010-08-13T14:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay with Y*X=Z graphs in proc gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Overlay-with-Y-X-Z-graphs-in-proc-gplot/m-p/63619#M2161</link>
      <description>Since both plots have a common horizontal axis the PLOT2 statement may be helpful.  Here is an extremely attractive graph offered as an example.&lt;BR /&gt;
[pre]symbol1 v=dot c=pink l=1 i=j;&lt;BR /&gt;
symbol2 v=dot c=blue l=1 i=j;&lt;BR /&gt;
symbol3 v=circle c=pink l=2 i=j;&lt;BR /&gt;
symbol4 v=circle c=blue l=2 i=j; &lt;BR /&gt;
&lt;BR /&gt;
proc sort data=sashelp.class out=class;&lt;BR /&gt;
   by age sex;&lt;BR /&gt;
   run;&lt;BR /&gt;
proc gplot data=class;&lt;BR /&gt;
plot height*age=sex;&lt;BR /&gt;
plot2 weight*age=sex;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Mon, 16 Aug 2010 05:38:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Overlay-with-Y-X-Z-graphs-in-proc-gplot/m-p/63619#M2161</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-08-16T05:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay with Y*X=Z graphs in proc gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Overlay-with-Y-X-Z-graphs-in-proc-gplot/m-p/63620#M2162</link>
      <description>Excellent result.&lt;BR /&gt;
Many thanks, ArtC.</description>
      <pubDate>Mon, 16 Aug 2010 11:17:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Overlay-with-Y-X-Z-graphs-in-proc-gplot/m-p/63620#M2162</guid>
      <dc:creator>VD</dc:creator>
      <dc:date>2010-08-16T11:17:09Z</dc:date>
    </item>
  </channel>
</rss>

