<?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 SAS Enterprise Guide Scatter Plot in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-Scatter-Plot/m-p/13583#M2877</link>
    <description>HI,&lt;BR /&gt;
 &lt;BR /&gt;
how can I add a third variable (Z) in a scatter plot with SAS Enterprise Guide in order to see for each plot not only X (revenues) and Y (price) but also Z (Company Name). &lt;BR /&gt;
 &lt;BR /&gt;
I manage to do it using the following code with SAS 9.1, but I can't figure out how can I do with Enterprise Guide point and click environment.&lt;BR /&gt;
 &lt;BR /&gt;
proc gplot data=work.share;&lt;BR /&gt;
     plot X * Y = Z;&lt;BR /&gt;
              &lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
Thanks for your attention,&lt;BR /&gt;
 &lt;BR /&gt;
Paolo</description>
    <pubDate>Thu, 07 Oct 2010 20:53:44 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-10-07T20:53:44Z</dc:date>
    <item>
      <title>SAS Enterprise Guide Scatter Plot</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-Scatter-Plot/m-p/13583#M2877</link>
      <description>HI,&lt;BR /&gt;
 &lt;BR /&gt;
how can I add a third variable (Z) in a scatter plot with SAS Enterprise Guide in order to see for each plot not only X (revenues) and Y (price) but also Z (Company Name). &lt;BR /&gt;
 &lt;BR /&gt;
I manage to do it using the following code with SAS 9.1, but I can't figure out how can I do with Enterprise Guide point and click environment.&lt;BR /&gt;
 &lt;BR /&gt;
proc gplot data=work.share;&lt;BR /&gt;
     plot X * Y = Z;&lt;BR /&gt;
              &lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
Thanks for your attention,&lt;BR /&gt;
 &lt;BR /&gt;
Paolo</description>
      <pubDate>Thu, 07 Oct 2010 20:53:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-Scatter-Plot/m-p/13583#M2877</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-10-07T20:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide Scatter Plot</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-Scatter-Plot/m-p/13584#M2878</link>
      <description>In EGuide 4.3, select &lt;BR /&gt;
tasks --&amp;gt; graph --&amp;gt; line plot --&amp;gt; scatter&lt;BR /&gt;
and then enter two vertical variables.</description>
      <pubDate>Sun, 10 Oct 2010 23:32:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-Scatter-Plot/m-p/13584#M2878</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-10-10T23:32:29Z</dc:date>
    </item>
  </channel>
</rss>

