<?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: Barchart and series plot overlapping? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Barchart-and-series-plot-overlapping/m-p/91848#M3414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Proc GBARLINE is designed for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jul 2013 14:22:40 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2013-07-26T14:22:40Z</dc:date>
    <item>
      <title>Barchart and series plot overlapping?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Barchart-and-series-plot-overlapping/m-p/91847#M3413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I want to produce a barchart of Response Rate by group over time and plot Mean result of another variable over time in the same graph. If I try SGPLOT, SAS give me a warming saying that he expect VLINE statement to have a GROUP option as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=ador; &lt;/P&gt;&lt;P&gt;&amp;nbsp; vbar TPTN / response=xx&lt;STRONG&gt; group=RESP; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vline x=TPTN y=spepbe / y2axis;&lt;/P&gt;&lt;P&gt;&amp;nbsp; xaxis display=(nolabel); &lt;/P&gt;&lt;P&gt;&amp;nbsp; yaxis label='Cumulative Percent of Patients'; &lt;/P&gt;&lt;P&gt; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do it using Proc template? Can somebody help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 13:24:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Barchart-and-series-plot-overlapping/m-p/91847#M3413</guid>
      <dc:creator>jgro</dc:creator>
      <dc:date>2013-07-26T13:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Barchart and series plot overlapping?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Barchart-and-series-plot-overlapping/m-p/91848#M3414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Proc GBARLINE is designed for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 14:22:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Barchart-and-series-plot-overlapping/m-p/91848#M3414</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-07-26T14:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Barchart and series plot overlapping?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Barchart-and-series-plot-overlapping/m-p/91849#M3415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on your YAXIS label, I assume your data is pre-summarized. If so, we have a VBARPARM/hBARPARM that you use instead (assuming you have SAS 9.3 or greater). You would overlay a SERIES with that statement. You code would look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=ador; &lt;/P&gt;&lt;P&gt;&amp;nbsp; vbarparm category=TPTN&amp;nbsp; response=xx&lt;STRONG&gt; / group=RESP; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; series x=TPTN y=spepbe / y2axis;&lt;/P&gt;&lt;P&gt;&amp;nbsp; xaxis display=(nolabel); &lt;/P&gt;&lt;P&gt;&amp;nbsp; yaxis label='Cumulative Percent of Patients'; &lt;/P&gt;&lt;P&gt; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 14:27:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Barchart-and-series-plot-overlapping/m-p/91849#M3415</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2013-07-26T14:27:38Z</dc:date>
    </item>
  </channel>
</rss>

