<?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: SAS graph in ODS in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-graph-in-ODS/m-p/3746#M1581</link>
    <description>I believe the available procedures "out of the box" will not produce what you need.  However, anything you create with GPlot, GChart or any other SAS/Graph procedure can be extended with additional elements drawn with graphic annotation.  The Procedure GAnno will do that for you.&lt;BR /&gt;
&lt;BR /&gt;
You start by drawing your double bars, and then annotate the line over the bars to get the combination.&lt;BR /&gt;
&lt;BR /&gt;
I can't give you any example without specific data and more time than I can devote to casually contributing here.  However, if you get your two bars drawn and then spend some time reading and experimenting with the GAnno procedure documentation, I am sure you will get to a solution.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
You might also search support.sas.com for GAnno and GChart and look for conference papers that might have examples to give you start-up pieces of code specific to your needs.  Note that the online documentation for the procedures also includes extensive examples that you can copy and paste into a program and customise.&lt;BR /&gt;
&lt;BR /&gt;
Kind regards&lt;BR /&gt;
&lt;BR /&gt;
David</description>
    <pubDate>Fri, 06 Jul 2007 02:03:06 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-07-06T02:03:06Z</dc:date>
    <item>
      <title>SAS graph in ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-graph-in-ODS/m-p/3745#M1580</link>
      <description>Hi There&lt;BR /&gt;
Is there any proc in SAS that can create one bar and 2 lines in a graph. I tried proc gbarline but looks like it will only create a single bar and line combination. &lt;BR /&gt;
&lt;BR /&gt;
Another  question: I am trying to create a chart which is easy to create in excel but I am finding hard to create it in SAS.It's 2 bar and a line graph ( for e.g. I have  3 channels air, land ,sea  and each channel has it's own averge,forcasted average, bench mark averge. I  would like create 2 bars for each channel( own average,forcated avergae) and a line for the bench mark avergae. Is this possible with SAS grpah? I tried few options but didn't go anywhere. Any help would be greatly appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in Advance &lt;BR /&gt;
Suren</description>
      <pubDate>Thu, 05 Jul 2007 23:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-graph-in-ODS/m-p/3745#M1580</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-07-05T23:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS graph in ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-graph-in-ODS/m-p/3746#M1581</link>
      <description>I believe the available procedures "out of the box" will not produce what you need.  However, anything you create with GPlot, GChart or any other SAS/Graph procedure can be extended with additional elements drawn with graphic annotation.  The Procedure GAnno will do that for you.&lt;BR /&gt;
&lt;BR /&gt;
You start by drawing your double bars, and then annotate the line over the bars to get the combination.&lt;BR /&gt;
&lt;BR /&gt;
I can't give you any example without specific data and more time than I can devote to casually contributing here.  However, if you get your two bars drawn and then spend some time reading and experimenting with the GAnno procedure documentation, I am sure you will get to a solution.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
You might also search support.sas.com for GAnno and GChart and look for conference papers that might have examples to give you start-up pieces of code specific to your needs.  Note that the online documentation for the procedures also includes extensive examples that you can copy and paste into a program and customise.&lt;BR /&gt;
&lt;BR /&gt;
Kind regards&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Fri, 06 Jul 2007 02:03:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-graph-in-ODS/m-p/3746#M1581</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-07-06T02:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS graph in ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-graph-in-ODS/m-p/3747#M1582</link>
      <description>Thanks for the direction david. will try &lt;BR /&gt;
&lt;BR /&gt;
S</description>
      <pubDate>Mon, 09 Jul 2007 02:51:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-graph-in-ODS/m-p/3747#M1582</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-07-09T02:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS graph in ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-graph-in-ODS/m-p/3748#M1583</link>
      <description>The code below produces 2 bars (one inside the other) and one line.  The bars are produced by using the symbol i=needle.  This is an alternate to annotate.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
symbol1 c=black i=needle v=none   w=125 L=1;&lt;BR /&gt;
symbol2 c=blue  i=needle v=none   w=75 L=1;&lt;BR /&gt;
symbol3 c=red   i=join   v=square w=25  L=2;&lt;BR /&gt;
&lt;BR /&gt;
axis1 order=(%ord) offset=(5,5) pct&lt;BR /&gt;
      label=('Campaign Start Week');&lt;BR /&gt;
axis2 order=(0 to 12000 by 3000) offset=(0,0) pct&lt;BR /&gt;
      label=(a=90 'Tons');&lt;BR /&gt;
axis3 c=red order=(40 to 100 by 20) offset=(0,0) pct&lt;BR /&gt;
      label=(a=90 'Percent on Order');&lt;BR /&gt;
;&lt;BR /&gt;
proc gplot data=all;&lt;BR /&gt;
  format weekstrt date7.;&lt;BR /&gt;
  plot (wip inspectd)*weekstrt /overlay&lt;BR /&gt;
                                haxis=axis1&lt;BR /&gt;
                                vaxis=axis2&lt;BR /&gt;
                                ;&lt;BR /&gt;
  plot2 onordfin*weekstrt/vref=87.6&lt;BR /&gt;
                          vaxis=axis3;&lt;BR /&gt;
run;</description>
      <pubDate>Mon, 09 Jul 2007 16:17:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-graph-in-ODS/m-p/3748#M1583</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2007-07-09T16:17:01Z</dc:date>
    </item>
  </channel>
</rss>

