<?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: 2 bars and 2 lines - Counts &amp; Percents in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/2-bars-and-2-lines-Counts-Percents/m-p/177416#M6520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi folks, here is the full code. It works. Thank you so much. i think the graph looks great.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data FILTER_FOR_REGION_DATA;&lt;/P&gt;&lt;P&gt;infile datalines dlm=':';&lt;/P&gt;&lt;P&gt;length Region $10;&lt;/P&gt;&lt;P&gt;format month date9.;&lt;/P&gt;&lt;P&gt;format Percent_1 Percent_2 percent7.0;&lt;/P&gt;&lt;P&gt;informat month anydtdte10.;&lt;/P&gt;&lt;P&gt;informat Percent_1 Percent_2 percent7.0;&lt;/P&gt;&lt;P&gt;input Region month Count_1 Count_2 Percent_1 Percent_2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;North:01/01/2000:5:10:25%:27%&lt;/P&gt;&lt;P&gt;North:01/02/2000:10:15:12:30%&lt;/P&gt;&lt;P&gt;North:01/03/2000:10:15:14%:32%&lt;/P&gt;&lt;P&gt;North:01/04/2000:10:15:16%:33%&lt;/P&gt;&lt;P&gt;North:01/05/2000:10:15:18%:36%&lt;/P&gt;&lt;P&gt;North:01/06/2000:10:15:19%:38%&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=work.FILTER_FOR_REGION_DATA;&lt;/P&gt;&lt;P&gt;&amp;nbsp; title 'My Graph';&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vbar month / response= Count_1 group=region discreteoffet=-0.25 barwidth=0.35 nostatlabel datalabel dataskin=gloss name='a' nofill;&amp;nbsp; &lt;/P&gt;&lt;P&gt;vbar month / response= Count_2 group=region discreteoffet=0.25 barwidth=0.35 nostatlabel datalabel dataskin=gloss name='a' nofill;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vline month / response=Percent_1 group=region y2axis lineattrs=(thickness=5) datalabel=Percent_1;&lt;/P&gt;&lt;P&gt;vline month / response=Percent_2 group=region y2axis lineattrs=(thickness=5) datalabel=Percent_2;&amp;nbsp;&amp;nbsp; yaxis min=0 offsetmin=0 values=(0 to 150 by 10) grid label='Risk Class Count';&amp;nbsp;&amp;nbsp; y2axis min=0 offsetmin=0 label='title';&amp;nbsp;&amp;nbsp; xaxis display=(nolabel);&amp;nbsp; &lt;/P&gt;&lt;P&gt;keylegend 'a' / title='';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11691i609807D50CA20065/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="sas graph.jpg" title="sas graph.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2014 09:43:04 GMT</pubDate>
    <dc:creator>tgalliga</dc:creator>
    <dc:date>2014-11-20T09:43:04Z</dc:date>
    <item>
      <title>2 bars and 2 lines - Counts &amp; Percents</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/2-bars-and-2-lines-Counts-Percents/m-p/177410#M6514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;I have a question for you. I was trying to graph 2 bars and 2 lines on the one chart. The bars are discrete and the lines are percentages. The table is already calculated&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 0px 5.4pt; border: 1pt solid windowtext;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;Region&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;TD style="border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;month&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;TD style="border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;Count_1&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;TD style="border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;Count_2&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;TD style="border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;Percent_1&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;TD style="border-width: 1pt 1pt 1pt medium; border-style: solid solid solid none; border-color: windowtext windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;Percent_2&lt;/STRONG&gt;&lt;/P&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: medium 1pt 1pt; border-style: none solid solid; border-color: currentColor windowtext windowtext; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;North&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;TD style="border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;01/01/2000&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;TD style="border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;5&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;TD style="border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;TD style="border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;25%&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;TD style="border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;27%&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-width: medium 1pt 1pt; border-style: none solid solid; border-color: currentColor windowtext windowtext; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;North&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;TD style="border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;01/01/2000&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;TD style="border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;TD style="border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;15&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;TD style="border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;10%&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;TD style="border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: currentColor windowtext windowtext currentColor; padding: 0px 5.4pt;" valign="top" width="213"&gt;&lt;BR /&gt; &lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;30%&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;%let&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; gpath = 'C:\Users\\Downloads\';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;listing&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; style=htmlblue &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;gpath&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&amp;amp;gpath;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;ods&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;graphics&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; / &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;reset&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;width&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;10&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;in &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;height&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;6&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;in &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;imagename&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Courier New';"&gt;'BarLine3'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;sgplot&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;data&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=FILTER_FOR_REGION_DATA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;title&lt;/SPAN&gt; &lt;SPAN style="background: white; color: purple; font-family: 'Courier New';"&gt;'My Graph'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;vbar&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; month / &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;response&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt; Count_1 &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=region &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;nostatlabel&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;datalabel&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; dataskin=gloss &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;name&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Courier New';"&gt;'a'&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;nofill&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;vbar&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; month / &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;response&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt; Count_2 &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=region&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;nostatlabel&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;datalabel&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; dataskin=gloss &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;name&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Courier New';"&gt;'a'&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;nofill&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;vline&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; month / &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;response&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt; Percent_1 &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=region &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;nostatlabel&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;y2axis&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;lineattrs&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=(thickness=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;5&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;) &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;datalabel&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=RSQUOTETOBMPREM_NB;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;vline&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; month / &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;response&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt; Percent_2 &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;group&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=region &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;nostatlabel&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;y2axis&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;lineattrs&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=(thickness=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;5&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;) &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;datalabel&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=RSQUOTETOBMPREM_RNL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;yaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;min&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;offsetmin&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;values&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=(&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; to &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;1500&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; by &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;100&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;) &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;grid&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;label&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=’&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Courier New';"&gt;'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;y2axis&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;min&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;offsetmin&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;label&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Courier New';"&gt;'title'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;xaxis&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;display&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=(nolabel);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;keylegend&lt;/SPAN&gt; &lt;SPAN style="background: white; color: purple; font-family: 'Courier New';"&gt;'a'&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt; / &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: 'Courier New';"&gt;title&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Courier New';"&gt;''&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New';"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;This works ok as you can see the bars through each other. I’d love to have them side by side.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 09:46:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/2-bars-and-2-lines-Counts-Percents/m-p/177410#M6514</guid>
      <dc:creator>tgalliga</dc:creator>
      <dc:date>2014-11-19T09:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: 2 bars and 2 lines - Counts &amp; Percents</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/2-bars-and-2-lines-Counts-Percents/m-p/177411#M6515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm guessing that you may need to use the GROUPDISPLAY = CLUSTER to achieve the side by side look. Can you please send me your dataset or upload a picture so I can see how it looks at the moment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 10:10:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/2-bars-and-2-lines-Counts-Percents/m-p/177411#M6515</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2014-11-19T10:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: 2 bars and 2 lines - Counts &amp; Percents</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/2-bars-and-2-lines-Counts-Percents/m-p/177412#M6516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you use the dataset in the my original post? That is the data what I want to graph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 10:59:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/2-bars-and-2-lines-Counts-Percents/m-p/177412#M6516</guid>
      <dc:creator>tgalliga</dc:creator>
      <dc:date>2014-11-19T10:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: 2 bars and 2 lines - Counts &amp; Percents</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/2-bars-and-2-lines-Counts-Percents/m-p/177413#M6517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure of your SAS version, but try using the DISCRETEOFFSET and BARWIDTH options together:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: blue; background-position: initial;"&gt; vbar&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: black; background-position: initial;"&gt; month / &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;response&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: black; background-position: initial;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif;"&gt; Count_1 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: black; background-position: initial;"&gt;=region &lt;SPAN&gt;discreteoffet=-0.2 barwidth=0.4 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;nostatlabel&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;datalabel&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: black; background-position: initial;"&gt; dataskin=gloss &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: black; background-position: initial;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: purple; background-position: initial;"&gt;'a'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;nofill&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em; font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: black; background-position: initial;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;vbar&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: black; background-position: initial;"&gt; month / &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;response&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: black; background-position: initial;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif;"&gt; Count_2 &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: black; background-position: initial;"&gt;=region &lt;SPAN style="color: #000000; font-family: 'Courier New'; background-color: #ffffff;"&gt;discreteoffet=0.2 barwidth=0.4 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;nostatlabel&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;datalabel&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: black; background-position: initial;"&gt; dataskin=gloss &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: black; background-position: initial;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: purple; background-position: initial;"&gt;'a'&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;nofill&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Courier New'; color: black; background-position: initial;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 18:54:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/2-bars-and-2-lines-Counts-Percents/m-p/177413#M6517</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2014-11-19T18:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: 2 bars and 2 lines - Counts &amp; Percents</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/2-bars-and-2-lines-Counts-Percents/m-p/177414#M6518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this code will create the a dataset containing the data in the printed table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data FILTER_FOR_REGION_DATA;&lt;/P&gt;&lt;P&gt;infile datalines dlm=':';&lt;/P&gt;&lt;P&gt;length Region $10;&lt;/P&gt;&lt;P&gt;format month date9.;&lt;/P&gt;&lt;P&gt;format Percent_1 Percent_2 percent7.0;&lt;/P&gt;&lt;P&gt;informat month anydtdte10.;&lt;/P&gt;&lt;P&gt;informat Percent_1 Percent_2 percent7.0;&lt;/P&gt;&lt;P&gt;input Region month Count_1 Count_2 Percent_1 Percent_2;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;North:01/01/2000:5:10:25%:27%&lt;/P&gt;&lt;P&gt;North:01/01/2000:10:15:10%:30%&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 19:35:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/2-bars-and-2-lines-Counts-Percents/m-p/177414#M6518</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-11-19T19:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: 2 bars and 2 lines - Counts &amp; Percents</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/2-bars-and-2-lines-Counts-Percents/m-p/177415#M6519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the code to generate the dataset Robert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tgalliga, the &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;GROUPDISPLAY = CLUSTER option I mentioned is when the data is in a different format. I suggest that you use Dan's method for the side by side look.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 22:40:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/2-bars-and-2-lines-Counts-Percents/m-p/177415#M6519</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2014-11-19T22:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: 2 bars and 2 lines - Counts &amp; Percents</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/2-bars-and-2-lines-Counts-Percents/m-p/177416#M6520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi folks, here is the full code. It works. Thank you so much. i think the graph looks great.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data FILTER_FOR_REGION_DATA;&lt;/P&gt;&lt;P&gt;infile datalines dlm=':';&lt;/P&gt;&lt;P&gt;length Region $10;&lt;/P&gt;&lt;P&gt;format month date9.;&lt;/P&gt;&lt;P&gt;format Percent_1 Percent_2 percent7.0;&lt;/P&gt;&lt;P&gt;informat month anydtdte10.;&lt;/P&gt;&lt;P&gt;informat Percent_1 Percent_2 percent7.0;&lt;/P&gt;&lt;P&gt;input Region month Count_1 Count_2 Percent_1 Percent_2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;North:01/01/2000:5:10:25%:27%&lt;/P&gt;&lt;P&gt;North:01/02/2000:10:15:12:30%&lt;/P&gt;&lt;P&gt;North:01/03/2000:10:15:14%:32%&lt;/P&gt;&lt;P&gt;North:01/04/2000:10:15:16%:33%&lt;/P&gt;&lt;P&gt;North:01/05/2000:10:15:18%:36%&lt;/P&gt;&lt;P&gt;North:01/06/2000:10:15:19%:38%&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=work.FILTER_FOR_REGION_DATA;&lt;/P&gt;&lt;P&gt;&amp;nbsp; title 'My Graph';&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vbar month / response= Count_1 group=region discreteoffet=-0.25 barwidth=0.35 nostatlabel datalabel dataskin=gloss name='a' nofill;&amp;nbsp; &lt;/P&gt;&lt;P&gt;vbar month / response= Count_2 group=region discreteoffet=0.25 barwidth=0.35 nostatlabel datalabel dataskin=gloss name='a' nofill;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vline month / response=Percent_1 group=region y2axis lineattrs=(thickness=5) datalabel=Percent_1;&lt;/P&gt;&lt;P&gt;vline month / response=Percent_2 group=region y2axis lineattrs=(thickness=5) datalabel=Percent_2;&amp;nbsp;&amp;nbsp; yaxis min=0 offsetmin=0 values=(0 to 150 by 10) grid label='Risk Class Count';&amp;nbsp;&amp;nbsp; y2axis min=0 offsetmin=0 label='title';&amp;nbsp;&amp;nbsp; xaxis display=(nolabel);&amp;nbsp; &lt;/P&gt;&lt;P&gt;keylegend 'a' / title='';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11691i609807D50CA20065/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="sas graph.jpg" title="sas graph.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 09:43:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/2-bars-and-2-lines-Counts-Percents/m-p/177416#M6520</guid>
      <dc:creator>tgalliga</dc:creator>
      <dc:date>2014-11-20T09:43:04Z</dc:date>
    </item>
  </channel>
</rss>

