<?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: gplot overlay scatter plot in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/gplot-overlay-scatter-plot/m-p/71446#M7115</link>
    <description>I think that you just need to sort the data by the values in the predicted line.&lt;BR /&gt;
&lt;BR /&gt;
You may be able to do this as one of the Plot options of one of the regression tasks.</description>
    <pubDate>Tue, 15 Sep 2009 15:22:55 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2009-09-15T15:22:55Z</dc:date>
    <item>
      <title>gplot overlay scatter plot</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/gplot-overlay-scatter-plot/m-p/71445#M7114</link>
      <description>I have a chart I want to generate&lt;BR /&gt;
&lt;BR /&gt;
the chart is basically a scatter plot with points connected with two sets of data.&lt;BR /&gt;
the first is the measured data and the second is the estimates from a regression.&lt;BR /&gt;
&lt;BR /&gt;
the independent axis is time &lt;BR /&gt;
&lt;BR /&gt;
I can plot one set of points OK but when I try to plot the second set of points the interpolated straight line goes from following the values across time to zigzagging back and forth across the plot.  I can't find any control in the eg interface to correct this problem.  Do I have to do this in code?</description>
      <pubDate>Tue, 15 Sep 2009 14:39:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/gplot-overlay-scatter-plot/m-p/71445#M7114</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-09-15T14:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: gplot overlay scatter plot</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/gplot-overlay-scatter-plot/m-p/71446#M7115</link>
      <description>I think that you just need to sort the data by the values in the predicted line.&lt;BR /&gt;
&lt;BR /&gt;
You may be able to do this as one of the Plot options of one of the regression tasks.</description>
      <pubDate>Tue, 15 Sep 2009 15:22:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/gplot-overlay-scatter-plot/m-p/71446#M7115</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-09-15T15:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: gplot overlay scatter plot</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/gplot-overlay-scatter-plot/m-p/71447#M7116</link>
      <description>after going back and forth with SAS support I had to do it in code&lt;BR /&gt;
&lt;BR /&gt;
the GUI wanted put in an sql sort even though I had the data sorted correctly the sql sort messed everything up.  There seemed also to be no way  around have the sort not included&lt;BR /&gt;
&lt;BR /&gt;
I also had to code a macro variable to set the limits of the axis correctly.  GPlot likes to scale each vertical axis independently.  You can overcome this by putting an order= in an axis statement with the min max values but as I don't know ahead what the correct max value I had to code something like&lt;BR /&gt;
&lt;BR /&gt;
max = rounde(max(avgvol,predicted_avgvol),100)+int(rounde(max(avgvol,predicted_avgvol),100))/5;&lt;BR /&gt;
&lt;BR /&gt;
and then stick it into a macro variable then run my plot code through a macro to get the scales set correctly</description>
      <pubDate>Thu, 17 Sep 2009 19:03:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/gplot-overlay-scatter-plot/m-p/71447#M7116</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-09-17T19:03:07Z</dc:date>
    </item>
  </channel>
</rss>

