<?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 Need help with the code, in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Need-help-with-the-code/m-p/69707#M2438</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Working on an POC , wherein I need to replicate the chart appearing in the following link&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.insideralpha.com/statistics/top10.php?chartDateRange=60&amp;amp;START_DATE=2009-07-25&amp;amp;END_DATE=2009-08-25&amp;amp;insiderType=&amp;amp;SumType=1" target="_blank"&gt;http://www.insideralpha.com/statistics/top10.php?chartDateRange=60&amp;amp;START_DATE=2009-07-25&amp;amp;END_DATE=2009-08-25&amp;amp;insiderType=&amp;amp;SumType=1&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Request you help for the same,&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Danny</description>
    <pubDate>Sun, 06 Sep 2009 15:12:26 GMT</pubDate>
    <dc:creator>DannyDsouza</dc:creator>
    <dc:date>2009-09-06T15:12:26Z</dc:date>
    <item>
      <title>Need help with the code,</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Need-help-with-the-code/m-p/69707#M2438</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Working on an POC , wherein I need to replicate the chart appearing in the following link&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.insideralpha.com/statistics/top10.php?chartDateRange=60&amp;amp;START_DATE=2009-07-25&amp;amp;END_DATE=2009-08-25&amp;amp;insiderType=&amp;amp;SumType=1" target="_blank"&gt;http://www.insideralpha.com/statistics/top10.php?chartDateRange=60&amp;amp;START_DATE=2009-07-25&amp;amp;END_DATE=2009-08-25&amp;amp;insiderType=&amp;amp;SumType=1&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Request you help for the same,&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Danny</description>
      <pubDate>Sun, 06 Sep 2009 15:12:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Need-help-with-the-code/m-p/69707#M2438</guid>
      <dc:creator>DannyDsouza</dc:creator>
      <dc:date>2009-09-06T15:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with the code,</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Need-help-with-the-code/m-p/69708#M2439</link>
      <description>Hi:&lt;BR /&gt;
  Look at the examples of the BAND chart on page 2 of this paper. That should give you some ideas to get started:&lt;BR /&gt;
&lt;A href="http://support.sas.com/resources/papers/proceedings09/324-2009.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings09/324-2009.pdf&lt;/A&gt; (which uses the SG Procedures) &lt;BR /&gt;
  &lt;BR /&gt;
or this example that uses PROC GPLOT from Rob Allison's SAS/Graph site:&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd39/ipod.htm" target="_blank"&gt;http://robslink.com/SAS/democd39/ipod.htm&lt;/A&gt; (pix)&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd39/ipod.sas" target="_blank"&gt;http://robslink.com/SAS/democd39/ipod.sas&lt;/A&gt; (code)&lt;BR /&gt;
  &lt;BR /&gt;
or this: &lt;A href="http://robslink.com/SAS/democd39/windows.htm" target="_blank"&gt;http://robslink.com/SAS/democd39/windows.htm&lt;/A&gt; (pix) and this &lt;A href="http://robslink.com/SAS/democd39/windows.sas" target="_blank"&gt;http://robslink.com/SAS/democd39/windows.sas&lt;/A&gt; (code)&lt;BR /&gt;
 &lt;BR /&gt;
For ideas of all that is possible with SAS/Graph, I highly recommend Bob Allison's web site as you need proof of concept. It shows the breadth and depth of all that is possible with SAS/GRAPH traditional and new procedures:&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/Home.htm" target="_blank"&gt;http://robslink.com/SAS/Home.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sun, 06 Sep 2009 17:14:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Need-help-with-the-code/m-p/69708#M2439</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-09-06T17:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with the code,</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Need-help-with-the-code/m-p/69709#M2440</link>
      <description>Have you looked at any SAS/Graph documentation, specifically PROC GPLOT?  The SAS support  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website provides SAS-hosted documentation and supplemental technical and conference topic-related papers on this type of subject.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Introduction to DATA Step Processing&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/a001302699.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/a001302699.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
SAS/GRAPH - The GPLOT Procedure&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gplotchap.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gplotchap.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Example 7: Filling Areas in an Overlay Plot&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gplfill1-ex.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gplfill1-ex.htm&lt;/A&gt;</description>
      <pubDate>Sun, 06 Sep 2009 17:17:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Need-help-with-the-code/m-p/69709#M2440</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-09-06T17:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with the code,</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Need-help-with-the-code/m-p/69710#M2441</link>
      <description>Here's a SAS/Graph example which produces a very similar chart:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd41/stocks.htm" target="_blank"&gt;http://robslink.com/SAS/democd41/stocks.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://robslink.com/SAS/democd41/stocks_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd41/stocks_info.htm&lt;/A&gt;</description>
      <pubDate>Fri, 09 Oct 2009 13:40:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Need-help-with-the-code/m-p/69710#M2441</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2009-10-09T13:40:17Z</dc:date>
    </item>
  </channel>
</rss>

