<?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: How to overlay plots from different dataset. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/63001#M17909</link>
    <description>Do you just have a total of 500 measurements (but stored in separate variables)?  Or, do you have 500*N observations (where N may vary, but is the number of observations per variable)?</description>
    <pubDate>Mon, 10 Aug 2009 20:31:49 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-08-10T20:31:49Z</dc:date>
    <item>
      <title>How to do overlay for a lot of plots</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/62996#M17904</link>
      <description>Hi everyone,&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
To make it simpler,&lt;BR /&gt;
&lt;BR /&gt;
I have a data set, has variables:&lt;BR /&gt;
x, y1, y2, y3, ...........y50;&lt;BR /&gt;
&lt;BR /&gt;
I want to plot&lt;BR /&gt;
&lt;BR /&gt;
y1*x, y2*x, y3*x...............y500*x / overlay,&lt;BR /&gt;
&lt;BR /&gt;
Is there any simpler way for this??&lt;BR /&gt;
&lt;BR /&gt;
Thanks!!&lt;BR /&gt;
&lt;BR /&gt;
Ken &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
----------------------------------&lt;BR /&gt;
The following is the previous post&lt;BR /&gt;
----------------------------------&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to overlay plots from different datasets (without merging)?&lt;BR /&gt;
&lt;BR /&gt;
I have more than 500 plots need to be displayed on one graph, so I can not do this one by one.&lt;BR /&gt;
&lt;BR /&gt;
Any suggestions?  Thanks a lot!!&lt;BR /&gt;
&lt;BR /&gt;
Ken&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Ken_oy&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Ken_oy

Message was edited by: Ken_oy</description>
      <pubDate>Mon, 10 Aug 2009 16:09:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/62996#M17904</guid>
      <dc:creator>Ken_oy</dc:creator>
      <dc:date>2009-08-10T16:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay plots from different dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/62997#M17905</link>
      <description>or can I add plot to another plot? without removing the original plots.</description>
      <pubDate>Mon, 10 Aug 2009 18:43:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/62997#M17905</guid>
      <dc:creator>Ken_oy</dc:creator>
      <dc:date>2009-08-10T18:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay plots from different dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/62998#M17906</link>
      <description>To make it simpler, &lt;BR /&gt;
&lt;BR /&gt;
I have a data set, has variables:&lt;BR /&gt;
x, y1, y2, y3, ...........y50;&lt;BR /&gt;
&lt;BR /&gt;
I want to plot &lt;BR /&gt;
&lt;BR /&gt;
y1*x, y2*x, y3*x...............y500*x   / overlay, &lt;BR /&gt;
&lt;BR /&gt;
Is there any simpler way for this??&lt;BR /&gt;
&lt;BR /&gt;
Thanks!!&lt;BR /&gt;
&lt;BR /&gt;
Ken</description>
      <pubDate>Mon, 10 Aug 2009 19:13:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/62998#M17906</guid>
      <dc:creator>Ken_oy</dc:creator>
      <dc:date>2009-08-10T19:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay plots from different dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/62999#M17907</link>
      <description>Without giving away any confidential information, I think you need to describe what you are trying to achieve with the graph.  I can't imagine that a graph which encompasses an overlay of 500 variables will be comprehensible.</description>
      <pubDate>Mon, 10 Aug 2009 20:17:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/62999#M17907</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-10T20:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay plots from different dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/63000#M17908</link>
      <description>yes, it may be messy.&lt;BR /&gt;
&lt;BR /&gt;
All 500 plots are from 500 different measurements. If I plot all of them together, maybe I can find something useful&lt;BR /&gt;
&lt;BR /&gt;
Thank you!</description>
      <pubDate>Mon, 10 Aug 2009 20:22:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/63000#M17908</guid>
      <dc:creator>Ken_oy</dc:creator>
      <dc:date>2009-08-10T20:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay plots from different dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/63001#M17909</link>
      <description>Do you just have a total of 500 measurements (but stored in separate variables)?  Or, do you have 500*N observations (where N may vary, but is the number of observations per variable)?</description>
      <pubDate>Mon, 10 Aug 2009 20:31:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/63001#M17909</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-10T20:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay plots from different dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/63002#M17910</link>
      <description>yes, I have that.&lt;BR /&gt;
&lt;BR /&gt;
And I also have separate data sets for all 500 measurements also.&lt;BR /&gt;
&lt;BR /&gt;
Any suggestions? I just want to know how to do that in a easier way.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!!</description>
      <pubDate>Mon, 10 Aug 2009 20:46:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/63002#M17910</guid>
      <dc:creator>Ken_oy</dc:creator>
      <dc:date>2009-08-10T20:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay plots from different dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/63003#M17911</link>
      <description>Uh, that was an "or".  I don't know what your "yes" refers to!&lt;BR /&gt;
&lt;BR /&gt;
To recap: do you have a &lt;B&gt;total&lt;/B&gt; of 500 measurements, but they are stored in separate variables in separate data sets?&lt;BR /&gt;
&lt;BR /&gt;
Or, if you have something else, explain what the exact structure looks like.</description>
      <pubDate>Mon, 10 Aug 2009 20:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/63003#M17911</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-10T20:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay plots from different dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/63004#M17912</link>
      <description>Sorry to make you confusing.&lt;BR /&gt;
&lt;BR /&gt;
First: I DO have a total of 500 measurements, but they are stored in separate variables in separate data sets&lt;BR /&gt;
&lt;BR /&gt;
Second: To make it simpler, I merge all the dataset1 (x, y1),  data set2 (x, y2)...... data set500(x, y500) to one dataset also.&lt;BR /&gt;
&lt;BR /&gt;
Any help?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
&lt;BR /&gt;
Ken</description>
      <pubDate>Mon, 10 Aug 2009 21:12:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/63004#M17912</guid>
      <dc:creator>Ken_oy</dc:creator>
      <dc:date>2009-08-10T21:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to overlay plots from different dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/63005#M17913</link>
      <description>Ken,&lt;BR /&gt;
&lt;BR /&gt;
Why don't you simply SET them together?  Then, you could do:&lt;BR /&gt;
&lt;BR /&gt;
  PLOT Y*X</description>
      <pubDate>Tue, 11 Aug 2009 11:01:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-do-overlay-for-a-lot-of-plots/m-p/63005#M17913</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-11T11:01:08Z</dc:date>
    </item>
  </channel>
</rss>

