<?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: PROC GBARLINE with multiple bar? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GBARLINE-with-multiple-bar/m-p/45635#M1523</link>
    <description>Hey MPaola,&lt;BR /&gt;
&lt;BR /&gt;
The documentation for the SG procedures should help a lot. You can also go to the support site and search for "Dan Heath" to find a number of related papers I've written. In the meantime, here is a very simplistic example to demonstrate barline overlays:&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc sgplot data=sashelp.class;&lt;BR /&gt;
y2axis min=0;&lt;BR /&gt;
vbar age / response=weight;&lt;BR /&gt;
vbar age / response=height barwidth=0.5;&lt;BR /&gt;
vline age / response=weight y2axis lineattrs=GraphData1(thickness=2);&lt;BR /&gt;
vline age / response=height y2axis lineattrs=GraphData2(thickness=2);&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps,&lt;BR /&gt;
Dan</description>
    <pubDate>Thu, 07 Apr 2011 13:01:02 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2011-04-07T13:01:02Z</dc:date>
    <item>
      <title>PROC GBARLINE with multiple bar?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GBARLINE-with-multiple-bar/m-p/45632#M1520</link>
      <description>Is it possibile to create a graph with proc gbarline with 2 BAR statements?&lt;BR /&gt;
Thanks&lt;BR /&gt;
MPaola</description>
      <pubDate>Wed, 06 Apr 2011 20:01:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GBARLINE-with-multiple-bar/m-p/45632#M1520</guid>
      <dc:creator>MPaola</dc:creator>
      <dc:date>2011-04-06T20:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GBARLINE with multiple bar?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GBARLINE-with-multiple-bar/m-p/45633#M1521</link>
      <description>No, but it is possible to do this with PROC SGPLOT if you have SAS 9.2. What version of SAS are you running?</description>
      <pubDate>Thu, 07 Apr 2011 06:21:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GBARLINE-with-multiple-bar/m-p/45633#M1521</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2011-04-07T06:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GBARLINE with multiple bar?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GBARLINE-with-multiple-bar/m-p/45634#M1522</link>
      <description>I use SAS 9.2.&lt;BR /&gt;
I need to include in the same graph: 2 bars and 3 lines. &lt;BR /&gt;
Is it possible with a PROC SGPLOT? If yes, where can i find a good paper which teachs me using PROC SGPLOT?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for help&lt;BR /&gt;
MPaola</description>
      <pubDate>Thu, 07 Apr 2011 07:07:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GBARLINE-with-multiple-bar/m-p/45634#M1522</guid>
      <dc:creator>MPaola</dc:creator>
      <dc:date>2011-04-07T07:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GBARLINE with multiple bar?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GBARLINE-with-multiple-bar/m-p/45635#M1523</link>
      <description>Hey MPaola,&lt;BR /&gt;
&lt;BR /&gt;
The documentation for the SG procedures should help a lot. You can also go to the support site and search for "Dan Heath" to find a number of related papers I've written. In the meantime, here is a very simplistic example to demonstrate barline overlays:&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc sgplot data=sashelp.class;&lt;BR /&gt;
y2axis min=0;&lt;BR /&gt;
vbar age / response=weight;&lt;BR /&gt;
vbar age / response=height barwidth=0.5;&lt;BR /&gt;
vline age / response=weight y2axis lineattrs=GraphData1(thickness=2);&lt;BR /&gt;
vline age / response=height y2axis lineattrs=GraphData2(thickness=2);&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps,&lt;BR /&gt;
Dan</description>
      <pubDate>Thu, 07 Apr 2011 13:01:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GBARLINE-with-multiple-bar/m-p/45635#M1523</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2011-04-07T13:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GBARLINE with multiple bar?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GBARLINE-with-multiple-bar/m-p/45636#M1524</link>
      <description>Perfect Dan!&lt;BR /&gt;
Thanks a lot. I will read your papers!&lt;BR /&gt;
MPaola</description>
      <pubDate>Fri, 08 Apr 2011 07:53:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GBARLINE-with-multiple-bar/m-p/45636#M1524</guid>
      <dc:creator>MPaola</dc:creator>
      <dc:date>2011-04-08T07:53:24Z</dc:date>
    </item>
  </channel>
</rss>

