<?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: interpol in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/interpol/m-p/323014#M11307</link>
    <description>&lt;P&gt;The list of interpolations can be found here:&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/69717/HTML/default/viewer.htm#n0c0j84n1e2jz9n1bhkn41o3v0d6.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/69717/HTML/default/viewer.htm#n0c0j84n1e2jz9n1bhkn41o3v0d6.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for "STEPLJ", that is a joined (J) step plot where the data points justified to the left (L) side fo the step. The is actually the default way that STEP plots are rendered in ODS graphics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort data=sashelp.class out=class; by weight; run;
proc sgplot data=class (obs=4);
step x=weight y=height;
scatter x=weight y=height;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can use the JUSTIFY option to change the of the data value along the step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jan 2017 15:52:46 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2017-01-06T15:52:46Z</dc:date>
    <item>
      <title>interpol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/interpol/m-p/322999#M11305</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am producing gplots using the proc gplot procedure that is available in SAS/GRAPH and I am wondering where I can get &lt;U&gt;the whole list&lt;/U&gt; of &lt;/SPAN&gt;&lt;SPAN&gt;Interpol &lt;/SPAN&gt;&lt;SPAN&gt;methods (e.g., join, steplj, etc.) and where I can get an accurate description of the method called '&lt;/SPAN&gt;&lt;SPAN&gt;steplj'&lt;/SPAN&gt;&lt;SPAN&gt;? I looked at the documentation and I was not able to find it anywhere. Is there an new alternative for steplj in the new STAT/GRAHP?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 15:21:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/interpol/m-p/322999#M11305</guid>
      <dc:creator>miguelito</dc:creator>
      <dc:date>2017-01-06T15:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: interpol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/interpol/m-p/323011#M11306</link>
      <description>&lt;P&gt;INTERPOL is under the SYMBOL statement and the options are listed under there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/69717/HTML/default/viewer.htm#n0c0j84n1e2jz9n1bhkn41o3v0d6.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/69717/HTML/default/viewer.htm#n0c0j84n1e2jz9n1bhkn41o3v0d6.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your case, STEPLJ means plotted with a step function, displays teh data point on the left of the step and produces steps with joined lines.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4 class="xis-argument"&gt;INTERPOL=STEP&amp;lt;&lt;FONT color="#FF0000"&gt;&lt;SPAN class="xis-userSuppliedValue"&gt;placement&lt;/SPAN&gt;&lt;/FONT&gt;&amp;gt;&amp;lt;J&amp;gt;&amp;lt;S&amp;gt;&lt;/H4&gt;
&lt;DIV class="xis-argumentDescription"&gt;
&lt;P&gt;&lt;SPAN class="xis-shortDescription"&gt;specifies that the data are plotted with a step function.&lt;/SPAN&gt; &lt;SPAN class="xis-paraSimpleFirst"&gt;By default, the data point is on the left of the step, the steps are not joined with a vertical line, and the data are not sorted before processing.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="xis-paraSimple"&gt;Specify one of these values for &lt;SPAN class="xis-userSuppliedValue"&gt;placement&lt;/SPAN&gt;:&lt;/P&gt;
&lt;DIV id="n19h3zrfscx2g0n1uk8gydwo8fxz" class="xis-argDescriptionPair"&gt;
&lt;H4 class="xis-argument"&gt;&lt;FONT color="#FF0000"&gt;L&lt;/FONT&gt;&lt;/H4&gt;
&lt;DIV class="xis-argumentDescription"&gt;
&lt;P class="xis-paraSimpleFirst"&gt;displays the data point on the left of the step.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="n1jz8hw1yzqihtn189i0k7fai8ao" class="xis-argDescriptionPair"&gt;
&lt;H4 class="xis-argument"&gt;R&lt;/H4&gt;
&lt;DIV class="xis-argumentDescription"&gt;
&lt;P class="xis-paraSimpleFirst"&gt;displays the data point on the right of the step.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="n0r1mog9t7qyj1n1hejvsc8jkkb8" class="xis-argDescriptionPair"&gt;
&lt;H4 class="xis-argument"&gt;C&lt;/H4&gt;
&lt;DIV class="xis-argumentDescription"&gt;
&lt;P class="xis-paraSimpleFirst"&gt;displays the data point in the center of the step.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P class="xis-paraSimple"&gt;In addition, specify one or both of these:&lt;/P&gt;
&lt;DIV id="p0pop7b1gg5ug5n1r02e6v924pcm" class="xis-argDescriptionPair"&gt;
&lt;H4 class="xis-argument"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;J&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;DIV class="xis-argumentDescription"&gt;
&lt;P class="xis-paraSimpleFirst"&gt;produces steps joined with a vertical line.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="n0o35daqtjs6m7n1kt8oi1haja2t" class="xis-argDescriptionPair"&gt;
&lt;H4 class="xis-argument"&gt;S&lt;/H4&gt;
&lt;DIV class="xis-argumentDescription"&gt;
&lt;P class="xis-paraSimpleFirst"&gt;sorts unordered data by the independent variable before plotting.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 06 Jan 2017 15:50:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/interpol/m-p/323011#M11306</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-01-06T15:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: interpol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/interpol/m-p/323014#M11307</link>
      <description>&lt;P&gt;The list of interpolations can be found here:&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/69717/HTML/default/viewer.htm#n0c0j84n1e2jz9n1bhkn41o3v0d6.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/69717/HTML/default/viewer.htm#n0c0j84n1e2jz9n1bhkn41o3v0d6.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for "STEPLJ", that is a joined (J) step plot where the data points justified to the left (L) side fo the step. The is actually the default way that STEP plots are rendered in ODS graphics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort data=sashelp.class out=class; by weight; run;
proc sgplot data=class (obs=4);
step x=weight y=height;
scatter x=weight y=height;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can use the JUSTIFY option to change the of the data value along the step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 15:52:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/interpol/m-p/323014#M11307</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-01-06T15:52:46Z</dc:date>
    </item>
  </channel>
</rss>

