<?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: Help with Side-by-side Barchart Template in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Help-with-Side-by-side-Barchart-Template/m-p/87659#M3237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;I assume something is not quite right with your data, but maybe I don't understand it.&lt;/P&gt;&lt;P&gt;The reason for me saying this is because I can't figure out what the n12, n24 and n36 variables represent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyhow, here is a code that will create a table of your data below the plot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;define statgraph cmtrix;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;begingraph / includeMissingDiscrete=true border=false;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;layout gridded;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;layout datalattice columnvar = qstest/ ;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;layout prototype;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;barchart X=week y=mean / group=week barlabel=false orient=vertical name='a';&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;endlayout;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;endlayout;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;layout lattice / columns = 1 rowweights = (.15 .25);&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;blockplot x=qstest block=n12 /class = week repeatedvalues=true display=(values label outline) valuehalign=center label='Week 12' valueattrs=graphdata1 labelattrs=graphdata1;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;blockplot x=qstest block=n24 /class = week repeatedvalues=true display=(values label outline) valuehalign=center label='Week 24' valueattrs=graphdata2 labelattrs=graphdata2;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;blockplot x=qstest block=n36 /class = week repeatedvalues=true display=(values label outline) valuehalign=center label='Week 36' valueattrs=graphdata3 labelattrs=graphdata3;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;discretelegend 'a' / title='Week: ' across=3 border=false;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;endlayout;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endlayout;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;endgraph;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;end;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this makes any sense to you.&lt;/P&gt;&lt;P&gt;(It hardly does to me)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2012 19:37:22 GMT</pubDate>
    <dc:creator>AncaTilea</dc:creator>
    <dc:date>2012-10-23T19:37:22Z</dc:date>
    <item>
      <title>Help with Side-by-side Barchart Template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-with-Side-by-side-Barchart-Template/m-p/87656#M3234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Updated&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello, Trying to create a barchart that has statistics printed at the bottom.&amp;nbsp; The below template is close to what I need but the gridded layout gives each row the same area in the graph, creating a lot of white space and causing the graph itself to be very small.&amp;nbsp; I tried switching to a lattice in order to assign row weights since I receive an error (ERROR 685-580: This statement cannot be used in this block. - which I believe is caused by nesting a datalattice within a lattice.&amp;nbsp; Any ideas?&amp;nbsp; I am using SAS 9.2 2M3. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;proc template;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;define statgraph cmtrix;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;begingraph / includeMissingDiscrete=true border=false;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;layout gridded;&lt;/P&gt;&lt;P&gt;layout datalattice columnvar = qstest/ ;&lt;/P&gt;&lt;P&gt;layout prototype;&lt;/P&gt;&lt;P&gt;barchart X=week y=mean / group=week barlabel=false orient=vertical name='a';&lt;/P&gt;&lt;P&gt;scatterplot X=week y=mean / yerrorlower=lclm markerattrs=(size=0) errorbarattrs=(thickness=1) datatransparency=0.6;&lt;/P&gt;&lt;P&gt;endlayout;&lt;/P&gt;&lt;P&gt;endlayout;&lt;/P&gt;&lt;P&gt;entry halign=left 'N';&lt;/P&gt;&lt;P&gt;blockplot x=qstest block=n12 / display=(values label) valuehalign=center label='Week 12' repeatedvalues=true;&lt;/P&gt;&lt;P&gt;blockplot x=qstest block=n24 / display=(values label) valuehalign=center label='Week 24' repeatedvalues=true;&lt;/P&gt;&lt;P&gt;blockplot x=qstest block=n36 / display=(values label) valuehalign=center label='Week 36' repeatedvalues=true;&lt;/P&gt;&lt;P&gt;discretelegend 'a' / title='Week: ' across=3 border=false;&lt;/P&gt;&lt;P&gt;endlayout;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;endgraph;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;end;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data means;&lt;/P&gt;&lt;P&gt;input qstest $ week mean n12 n24 n36;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;a 12 3 3 4 6&lt;/P&gt;&lt;P&gt;b 12 2 2 5 4&lt;/P&gt;&lt;P&gt;c 12 3 4 6 6&lt;/P&gt;&lt;P&gt;d 12 3 8 5 3&lt;/P&gt;&lt;P&gt;a 24 8 3 8 5&lt;/P&gt;&lt;P&gt;b 24 4 9 9 6&lt;/P&gt;&lt;P&gt;c 24 6 8 3 7&lt;/P&gt;&lt;P&gt;d 24 9 9 2 9&lt;/P&gt;&lt;P&gt;a 36 8 3 8 5&lt;/P&gt;&lt;P&gt;b 36 4 9 9 6&lt;/P&gt;&lt;P&gt;c 36 6 8 3 7&lt;/P&gt;&lt;P&gt;d 36 9 9 2 9&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods rtf style=GraphRTF startpage=no;&lt;/P&gt;&lt;P&gt;ods select sgrender;&amp;nbsp; &lt;/P&gt;&lt;P&gt;ods noptitle;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgrender data=means template="cmtrix"; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In case it is unclear - I am trying to produce a graph that is similar to:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/39/166.html"&gt;http://support.sas.com/kb/39/166.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But with summary statistics printed underneath the graph like in:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/39/132.html"&gt;http://support.sas.com/kb/39/132.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 22:15:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-with-Side-by-side-Barchart-Template/m-p/87656#M3234</guid>
      <dc:creator>asumsie</dc:creator>
      <dc:date>2012-10-05T22:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Side-by-side Barchart Template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-with-Side-by-side-Barchart-Template/m-p/87657#M3235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt; - Merged into original post to simplify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 20:17:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-with-Side-by-side-Barchart-Template/m-p/87657#M3235</guid>
      <dc:creator>asumsie</dc:creator>
      <dc:date>2012-10-11T20:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Side-by-side Barchart Template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-with-Side-by-side-Barchart-Template/m-p/87658#M3236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there something I am not providing in order to facilitate help?&amp;nbsp; I have simplified and rephrased the problem to hopefully make things more clear. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 17:01:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-with-Side-by-side-Barchart-Template/m-p/87658#M3236</guid>
      <dc:creator>asumsie</dc:creator>
      <dc:date>2012-10-15T17:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Side-by-side Barchart Template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-with-Side-by-side-Barchart-Template/m-p/87659#M3237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;I assume something is not quite right with your data, but maybe I don't understand it.&lt;/P&gt;&lt;P&gt;The reason for me saying this is because I can't figure out what the n12, n24 and n36 variables represent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyhow, here is a code that will create a table of your data below the plot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;define statgraph cmtrix;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;begingraph / includeMissingDiscrete=true border=false;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;layout gridded;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;layout datalattice columnvar = qstest/ ;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;layout prototype;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;barchart X=week y=mean / group=week barlabel=false orient=vertical name='a';&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;BR /&gt;endlayout;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;endlayout;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;layout lattice / columns = 1 rowweights = (.15 .25);&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;blockplot x=qstest block=n12 /class = week repeatedvalues=true display=(values label outline) valuehalign=center label='Week 12' valueattrs=graphdata1 labelattrs=graphdata1;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;blockplot x=qstest block=n24 /class = week repeatedvalues=true display=(values label outline) valuehalign=center label='Week 24' valueattrs=graphdata2 labelattrs=graphdata2;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;blockplot x=qstest block=n36 /class = week repeatedvalues=true display=(values label outline) valuehalign=center label='Week 36' valueattrs=graphdata3 labelattrs=graphdata3;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;discretelegend 'a' / title='Week: ' across=3 border=false;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;endlayout;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endlayout;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;endgraph;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;end;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this makes any sense to you.&lt;/P&gt;&lt;P&gt;(It hardly does to me)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 19:37:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-with-Side-by-side-Barchart-Template/m-p/87659#M3237</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2012-10-23T19:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Side-by-side Barchart Template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-with-Side-by-side-Barchart-Template/m-p/87660#M3238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using SAS 9.2 or SAS 9.3?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 19:58:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-with-Side-by-side-Barchart-Template/m-p/87660#M3238</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2012-10-23T19:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Side-by-side Barchart Template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-with-Side-by-side-Barchart-Template/m-p/87661#M3239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AncaTilea - the nXX variables are to summarize the number of subjects at a given timepoint.&amp;nbsp; I did try your code - thanks for it - it comes close but not quite in terms of spacing/weighting, much like my own attempts.&amp;nbsp; I did end up talking to SAS tech support directly and they indicated in order to really get what I wanted I needed to upgrade to 9.3 (a difficult proposition working in a clinical environment mid-study) so they provided an alternative of placing the subject counts within the graph itself using a scatterplot.&amp;nbsp; This had its own drawbacks, but it was close to what was being asked for working under 9.2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 20:58:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-with-Side-by-side-Barchart-Template/m-p/87661#M3239</guid>
      <dc:creator>asumsie</dc:creator>
      <dc:date>2012-10-23T20:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Side-by-side Barchart Template</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-with-Side-by-side-Barchart-Template/m-p/87662#M3240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're stuck at 9.2, and need a non-SG-proc solution, here are a few traditional SAS/Graph charts where I annotate a "table" of data below the bars.&amp;nbsp; Perhaps this will give you some ideas you can combine with what you learned from Tech Support...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://robslink.com/SAS/democd33/subprime.htm" title="http://robslink.com/SAS/democd33/subprime.htm"&gt;Subprime Mortgage Channel Portfolio (SAS/Graph chart)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://robslink.com/SAS/democd33/subprime_info.htm" title="http://robslink.com/SAS/democd33/subprime_info.htm"&gt;http://robslink.com/SAS/democd33/subprime_info.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd18/temper.htm" title="http://robslink.com/SAS/democd18/temper.htm"&gt;Average Monthly Temperature - SAS/Graph chart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd18/temper_info.htm" title="http://robslink.com/SAS/democd18/temper_info.htm"&gt;http://robslink.com/SAS/democd18/temper_info.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://robslink.com/SAS/democd33/rugby.htm" title="http://robslink.com/SAS/democd33/rugby.htm"&gt;Rugby Chart (a SAS/Graph proof-of-concept)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd33/rugby_info.htm" title="http://robslink.com/SAS/democd33/rugby_info.htm"&gt;http://robslink.com/SAS/democd33/rugby_info.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://robslink.com/SAS/democd19/kaplan.htm" title="http://robslink.com/SAS/democd19/kaplan.htm"&gt;Kaplan-Meier Curves - Created with SAS/Graph&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd19/kaplan_info.htm" title="http://robslink.com/SAS/democd19/kaplan_info.htm"&gt;http://robslink.com/SAS/democd19/kaplan_info.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://robslink.com/SAS/democd17/funds.htm"&gt;http://robslink.com/SAS/democd17/funds.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://robslink.com/SAS/democd17/funds_info.htm"&gt;http://robslink.com/SAS/democd17/funds_info.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 23:23:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-with-Side-by-side-Barchart-Template/m-p/87662#M3240</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-10-23T23:23:20Z</dc:date>
    </item>
  </channel>
</rss>

