<?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: Running sgplot code using gplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Running-sgplot-code-using-gplot/m-p/43514#M1413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code below is about as close as you're going to get. It's something missing in sgplot that prevents you from getting what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE lang="SAS"&gt;&lt;P&gt;symbol1 i=join color=lipk;&lt;/P&gt;&lt;P&gt;symbol2 i=join color=gray;&lt;/P&gt;&lt;P&gt;symbol3 i=none value=circle;&lt;/P&gt;&lt;P&gt;axis1 order=0.3 to 1 by 0.1;&lt;/P&gt;&lt;P&gt;proc gplot data=funnel;&lt;/P&gt;&lt;P&gt;plot U3sd*n=1 L3sd*n=1 U2sd*n=2 L2sd*n=2 Proportion*trials=3 / overlay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vref=(&amp;amp;AvgProp) grid legend vaxis=axis1;&lt;/P&gt;&lt;P&gt; run;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2012 21:50:46 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2012-02-01T21:50:46Z</dc:date>
    <item>
      <title>Running sgplot code using gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Running-sgplot-code-using-gplot/m-p/43513#M1412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do the following using gplot instead of sgplot. Can you help me?&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Plot proportions versus sample size. Overlay control limits */&lt;/P&gt;&lt;P&gt;proc sgplot data=Funnel;&lt;/P&gt;&lt;P&gt;band x=N lower=L3sd upper=U3sd / nofill lineattrs=(color=lipk)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; legendlabel="99.8% limits" name="band99";&lt;/P&gt;&lt;P&gt;band x=N lower=L2sd upper=U2sd / nofill lineattrs=(color=gray)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; legendlabel="95% limits" name="band95";&lt;/P&gt;&lt;P&gt;refline &amp;amp;AvgProp / axis=y;&lt;/P&gt;&lt;P&gt;scatter x=Trials y=Proportion;&lt;/P&gt;&lt;P&gt;keylegend "band95" "band99" / location=inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; position=bottomright;&lt;/P&gt;&lt;P&gt;yaxis grid values=(0.3 to 1 by 0.1); xaxis grid;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 21:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Running-sgplot-code-using-gplot/m-p/43513#M1412</guid>
      <dc:creator>Charles</dc:creator>
      <dc:date>2012-02-01T21:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Running sgplot code using gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Running-sgplot-code-using-gplot/m-p/43514#M1413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code below is about as close as you're going to get. It's something missing in sgplot that prevents you from getting what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE lang="SAS"&gt;&lt;P&gt;symbol1 i=join color=lipk;&lt;/P&gt;&lt;P&gt;symbol2 i=join color=gray;&lt;/P&gt;&lt;P&gt;symbol3 i=none value=circle;&lt;/P&gt;&lt;P&gt;axis1 order=0.3 to 1 by 0.1;&lt;/P&gt;&lt;P&gt;proc gplot data=funnel;&lt;/P&gt;&lt;P&gt;plot U3sd*n=1 L3sd*n=1 U2sd*n=2 L2sd*n=2 Proportion*trials=3 / overlay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vref=(&amp;amp;AvgProp) grid legend vaxis=axis1;&lt;/P&gt;&lt;P&gt; run;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 21:50:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Running-sgplot-code-using-gplot/m-p/43514#M1413</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-02-01T21:50:46Z</dc:date>
    </item>
  </channel>
</rss>

