<?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 How do you plot multiple scatter plots on the same graph? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-plot-multiple-scatter-plots-on-the-same-graph/m-p/446027#M111842</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using proc gplot.&lt;/P&gt;&lt;P&gt;I have 5 stocks, each has a price on January 1st, 2010, and October 14th, 2014. I know I can use proc sort to sort by date, amd use Stocprice*Date, for the graph, and also connect the dots using interpol=join. How do I plot the prices at the two time points for each stock, all on the same graph?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is an exercise. Later I need to graph many more than 2 dates. But to learn, I want to start with the two dates above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
    <pubDate>Thu, 15 Mar 2018 23:49:17 GMT</pubDate>
    <dc:creator>ManitobaMoose</dc:creator>
    <dc:date>2018-03-15T23:49:17Z</dc:date>
    <item>
      <title>How do you plot multiple scatter plots on the same graph?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-plot-multiple-scatter-plots-on-the-same-graph/m-p/446027#M111842</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using proc gplot.&lt;/P&gt;&lt;P&gt;I have 5 stocks, each has a price on January 1st, 2010, and October 14th, 2014. I know I can use proc sort to sort by date, amd use Stocprice*Date, for the graph, and also connect the dots using interpol=join. How do I plot the prices at the two time points for each stock, all on the same graph?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is an exercise. Later I need to graph many more than 2 dates. But to learn, I want to start with the two dates above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 23:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-you-plot-multiple-scatter-plots-on-the-same-graph/m-p/446027#M111842</guid>
      <dc:creator>ManitobaMoose</dc:creator>
      <dc:date>2018-03-15T23:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot multiple scatter plots on the same graph?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-plot-multiple-scatter-plots-on-the-same-graph/m-p/446032#M111846</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt; plot PRICE*DATE=STOCK;&lt;/FONT&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 00:37:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-you-plot-multiple-scatter-plots-on-the-same-graph/m-p/446032#M111846</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-03-16T00:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot multiple scatter plots on the same graph?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-plot-multiple-scatter-plots-on-the-same-graph/m-p/446038#M111849</link>
      <description>&lt;P&gt;. That was easy!&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 01:54:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-you-plot-multiple-scatter-plots-on-the-same-graph/m-p/446038#M111849</guid>
      <dc:creator>ManitobaMoose</dc:creator>
      <dc:date>2018-03-16T01:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do you plot multiple scatter plots on the same graph?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-you-plot-multiple-scatter-plots-on-the-same-graph/m-p/446041#M111852</link>
      <description>&lt;P&gt;Don't use GPLOT, use SGPLOT instead.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GPLOT is quite outdated and the graphics quality and options in SG are much, much better. And it's easier to code.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 02:31:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-you-plot-multiple-scatter-plots-on-the-same-graph/m-p/446041#M111852</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-16T02:31:00Z</dc:date>
    </item>
  </channel>
</rss>

