<?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 A simple question in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/A-simple-question/m-p/15158#M290</link>
    <description>Hi!&lt;BR /&gt;
I have 3 plots that I want to plot on the same graph, (all 3 have the same scale: it's a value and it's confidence interval).&lt;BR /&gt;
For some reason, I get 3 diffrent plots when I do this:&lt;BR /&gt;
&lt;BR /&gt;
symbol1 i= Needle v=dot c=&amp;amp;col. h=0.05 cm ;&lt;BR /&gt;
symbol2 i=j  v=dot c=black h=0.08 cm w=0.45;&lt;BR /&gt;
symbol3 i=j  v=dot c=black h=0.08 cm w=0.45;&lt;BR /&gt;
proc gplot data=a gout=work.test;&lt;BR /&gt;
plot  CORR*lag=1/overlay ;&lt;BR /&gt;
plot low*lag=2/overlay;&lt;BR /&gt;
plot up*lag=3/overlay;&lt;BR /&gt;
&lt;BR /&gt;
where stat_id=&amp;amp;stat.;&lt;BR /&gt;
run; quit;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
when I tried :&lt;BR /&gt;
&lt;BR /&gt;
symbol1 i= Needle v=dot c=&amp;amp;col. h=0.05 cm ;&lt;BR /&gt;
symbol2 i= j v=dot c=black h=0.05 cm ;&lt;BR /&gt;
proc gplot data=a gout=work.test ;&lt;BR /&gt;
plot  CORR*lag=1 /overlay vaxis = axis2 haxis=axis1 name="&amp;amp;stat.O3TVT";&lt;BR /&gt;
plot2 low*lag=2/overlay vaxis = axis2 ;&lt;BR /&gt;
where stat_id=&amp;amp;stat.;&lt;BR /&gt;
run; quit;&lt;BR /&gt;
&lt;BR /&gt;
I got 1 plot , but with two diffrent vertical axis (1 on the left , one on the right).&lt;BR /&gt;
&lt;BR /&gt;
Thanks In advance.&lt;BR /&gt;
Tal</description>
    <pubDate>Wed, 11 Nov 2009 12:35:42 GMT</pubDate>
    <dc:creator>tal83</dc:creator>
    <dc:date>2009-11-11T12:35:42Z</dc:date>
    <item>
      <title>A simple question</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/A-simple-question/m-p/15158#M290</link>
      <description>Hi!&lt;BR /&gt;
I have 3 plots that I want to plot on the same graph, (all 3 have the same scale: it's a value and it's confidence interval).&lt;BR /&gt;
For some reason, I get 3 diffrent plots when I do this:&lt;BR /&gt;
&lt;BR /&gt;
symbol1 i= Needle v=dot c=&amp;amp;col. h=0.05 cm ;&lt;BR /&gt;
symbol2 i=j  v=dot c=black h=0.08 cm w=0.45;&lt;BR /&gt;
symbol3 i=j  v=dot c=black h=0.08 cm w=0.45;&lt;BR /&gt;
proc gplot data=a gout=work.test;&lt;BR /&gt;
plot  CORR*lag=1/overlay ;&lt;BR /&gt;
plot low*lag=2/overlay;&lt;BR /&gt;
plot up*lag=3/overlay;&lt;BR /&gt;
&lt;BR /&gt;
where stat_id=&amp;amp;stat.;&lt;BR /&gt;
run; quit;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
when I tried :&lt;BR /&gt;
&lt;BR /&gt;
symbol1 i= Needle v=dot c=&amp;amp;col. h=0.05 cm ;&lt;BR /&gt;
symbol2 i= j v=dot c=black h=0.05 cm ;&lt;BR /&gt;
proc gplot data=a gout=work.test ;&lt;BR /&gt;
plot  CORR*lag=1 /overlay vaxis = axis2 haxis=axis1 name="&amp;amp;stat.O3TVT";&lt;BR /&gt;
plot2 low*lag=2/overlay vaxis = axis2 ;&lt;BR /&gt;
where stat_id=&amp;amp;stat.;&lt;BR /&gt;
run; quit;&lt;BR /&gt;
&lt;BR /&gt;
I got 1 plot , but with two diffrent vertical axis (1 on the left , one on the right).&lt;BR /&gt;
&lt;BR /&gt;
Thanks In advance.&lt;BR /&gt;
Tal</description>
      <pubDate>Wed, 11 Nov 2009 12:35:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/A-simple-question/m-p/15158#M290</guid>
      <dc:creator>tal83</dc:creator>
      <dc:date>2009-11-11T12:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: A simple question</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/A-simple-question/m-p/15159#M291</link>
      <description>You were almost there!&lt;BR /&gt;
I think it would be something along the lines of ...&lt;BR /&gt;
&lt;BR /&gt;
plot  CORR*lag=1  low*lag=2  up*lag=3 / overlay;</description>
      <pubDate>Wed, 11 Nov 2009 13:02:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/A-simple-question/m-p/15159#M291</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2009-11-11T13:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: A simple question</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/A-simple-question/m-p/15160#M292</link>
      <description>Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 11 Nov 2009 14:04:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/A-simple-question/m-p/15160#M292</guid>
      <dc:creator>tal83</dc:creator>
      <dc:date>2009-11-11T14:04:38Z</dc:date>
    </item>
  </channel>
</rss>

