<?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 changing gplot to sgplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/changing-gplot-to-sgplot/m-p/667218#M20169</link>
    <description>&lt;P&gt;proc gplot data=chocolate1;&lt;/P&gt;&lt;P&gt;plot z*t=1 zhat*t=2 U95*t=3 L95*t=3/overlay href=49;&lt;/P&gt;&lt;P&gt;plot residual*t=1/vref=0;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jul 2020 15:47:48 GMT</pubDate>
    <dc:creator>sh7</dc:creator>
    <dc:date>2020-07-06T15:47:48Z</dc:date>
    <item>
      <title>changing gplot to sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/changing-gplot-to-sgplot/m-p/667218#M20169</link>
      <description>&lt;P&gt;proc gplot data=chocolate1;&lt;/P&gt;&lt;P&gt;plot z*t=1 zhat*t=2 U95*t=3 L95*t=3/overlay href=49;&lt;/P&gt;&lt;P&gt;plot residual*t=1/vref=0;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 15:47:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/changing-gplot-to-sgplot/m-p/667218#M20169</guid>
      <dc:creator>sh7</dc:creator>
      <dc:date>2020-07-06T15:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: changing gplot to sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/changing-gplot-to-sgplot/m-p/667224#M20170</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=chocolate1;

scatter x=t y=z;
scatter x=t y=zhat;
band x=t lower = l95 upper=u95;

refline 49 / axis = x;
refline 0 / axis = y;

scatter x=t y=residual;

run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This should get you started, though not exactly like above most likely.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You're probably after something like this overall?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=p09rkofi5voum3n121u57fp2cdi6.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=p09rkofi5voum3n121u57fp2cdi6.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/336532"&gt;@sh7&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;proc gplot data=chocolate1;&lt;/P&gt;
&lt;P&gt;plot z*t=1 zhat*t=2 U95*t=3 L95*t=3/overlay href=49;&lt;/P&gt;
&lt;P&gt;plot residual*t=1/vref=0;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 16:08:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/changing-gplot-to-sgplot/m-p/667224#M20170</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-06T16:08:38Z</dc:date>
    </item>
  </channel>
</rss>

