<?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 PROC GTL-eliminate missing (bars,lines,etc) from graphs- in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GTL-eliminate-missing-bars-lines-etc-from-graphs/m-p/29431#M857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar graph that in some months is missing one component or another that leaves an unsightly gap in the graph and confuses the viewer when it occurs.&lt;/P&gt;&lt;P&gt;IS there anyway to simply "migrate" the bars left or right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My template follows below in addition to a rendering of the graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help much appreciated-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lawrence&lt;IMG alt="SASRENDER.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://communities.sas.com/legacyfs/online/1222_SASRENDER.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp; define statgraph BarLineMulti;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; begingraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle halign=left&amp;nbsp; TEXTATTRS=(color=blue size=18pt) "&amp;amp;&amp;amp;siteb&amp;amp;i"&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle halign=right&amp;nbsp;&amp;nbsp; TEXTATTRS=(size=11pt) "&amp;amp;MONTHG TOTAL: &amp;amp;TOTG"&amp;nbsp; ; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle halign=right&amp;nbsp;&amp;nbsp; TEXTATTRS=(size=9pt) "RN: &amp;amp;RNG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MD: &amp;amp;MDG"&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle halign=right&amp;nbsp;&amp;nbsp; TEXTATTRS=(size=9pt) "RT: &amp;amp;RTG&amp;nbsp;&amp;nbsp; OTHERS: &amp;amp;OTH";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout overlay / xaxisopts=(display=(line ticks tickvalues )) cycleattrs=true&amp;nbsp; yaxisopts=(LABEL=('COMPLIANCE RATE') offsetmin=0.0 offsetmax=0.05 griddisplay=on linearopts=(tickvaluesequence=(start=0 end=1 increment=.1))) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barchart x=date y=RN / skin=modern&amp;nbsp; FILLATTRS =(color=PINK) includemissinggroup=false&amp;nbsp; discreteoffset=-0.3 barwidth=0.2 name="RN" legendlabel="RN";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barchart x=date y=MD /skin=modern FILLATTRS =(color=LIPGR) includemissinggroup=false&amp;nbsp; discreteoffset=-0.1 barwidth=0.2 NAME="MD/NP/PA (Provider)" legendlabel="MD/NP/PA (Provider)";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barchart x=date y=RT/skin=modern FILLATTRS =(color=BIBG) includemissinggroup=false discreteoffset= 0.1 barwidth=0.2 name="RT" legendlabel="RT";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barchart x=date y=OTHER /skin=modern FILLATTRS =(color=BIO) includemissinggroup=false discreteoffset= 0.3 barwidth=0.2 name="OTHERS" legendlabel="OTHERS";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seriesplot x=date y=p / lineattrs=graphdatadefault(thickness=3 color=red) name="Overall"&amp;nbsp;&amp;nbsp;&amp;nbsp; LEGENDLABEL="Overall" ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ReferenceLine y=.85 / clip=true Lineattrs=( Pattern=solid thickness=4 color=blue) name="IAP GOAL 85%" legendlabel="IAP GOAL 85%";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatterplot x=date y=P /&amp;nbsp;&amp;nbsp;&amp;nbsp; markerattrs=(symbol=circlefilled size=30 color=yellow) /*name="Overall"&amp;nbsp; LEGENDLABEL="Overall"*/;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatterplot x=date y=P / markerattrs=(symbol=circle size=31 color=red) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatterplot x=date y=P / markercharacter=p /*discreteoffset= -0.1*/ markercharacterattrs=(color=red weight=bold);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; discretelegend&amp;nbsp;&amp;nbsp; "RN" "MD/NP/PA (Provider)" "RT" "OTHERS" "Overall" "IAP GOAL 85%" /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; location=outside&amp;nbsp; valign=bottom;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endlayout;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endgraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2011 19:27:53 GMT</pubDate>
    <dc:creator>_LB</dc:creator>
    <dc:date>2011-10-13T19:27:53Z</dc:date>
    <item>
      <title>PROC GTL-eliminate missing (bars,lines,etc) from graphs-</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GTL-eliminate-missing-bars-lines-etc-from-graphs/m-p/29431#M857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar graph that in some months is missing one component or another that leaves an unsightly gap in the graph and confuses the viewer when it occurs.&lt;/P&gt;&lt;P&gt;IS there anyway to simply "migrate" the bars left or right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My template follows below in addition to a rendering of the graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help much appreciated-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lawrence&lt;IMG alt="SASRENDER.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://communities.sas.com/legacyfs/online/1222_SASRENDER.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp; define statgraph BarLineMulti;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; begingraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle halign=left&amp;nbsp; TEXTATTRS=(color=blue size=18pt) "&amp;amp;&amp;amp;siteb&amp;amp;i"&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle halign=right&amp;nbsp;&amp;nbsp; TEXTATTRS=(size=11pt) "&amp;amp;MONTHG TOTAL: &amp;amp;TOTG"&amp;nbsp; ; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle halign=right&amp;nbsp;&amp;nbsp; TEXTATTRS=(size=9pt) "RN: &amp;amp;RNG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MD: &amp;amp;MDG"&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle halign=right&amp;nbsp;&amp;nbsp; TEXTATTRS=(size=9pt) "RT: &amp;amp;RTG&amp;nbsp;&amp;nbsp; OTHERS: &amp;amp;OTH";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout overlay / xaxisopts=(display=(line ticks tickvalues )) cycleattrs=true&amp;nbsp; yaxisopts=(LABEL=('COMPLIANCE RATE') offsetmin=0.0 offsetmax=0.05 griddisplay=on linearopts=(tickvaluesequence=(start=0 end=1 increment=.1))) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barchart x=date y=RN / skin=modern&amp;nbsp; FILLATTRS =(color=PINK) includemissinggroup=false&amp;nbsp; discreteoffset=-0.3 barwidth=0.2 name="RN" legendlabel="RN";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barchart x=date y=MD /skin=modern FILLATTRS =(color=LIPGR) includemissinggroup=false&amp;nbsp; discreteoffset=-0.1 barwidth=0.2 NAME="MD/NP/PA (Provider)" legendlabel="MD/NP/PA (Provider)";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barchart x=date y=RT/skin=modern FILLATTRS =(color=BIBG) includemissinggroup=false discreteoffset= 0.1 barwidth=0.2 name="RT" legendlabel="RT";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barchart x=date y=OTHER /skin=modern FILLATTRS =(color=BIO) includemissinggroup=false discreteoffset= 0.3 barwidth=0.2 name="OTHERS" legendlabel="OTHERS";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seriesplot x=date y=p / lineattrs=graphdatadefault(thickness=3 color=red) name="Overall"&amp;nbsp;&amp;nbsp;&amp;nbsp; LEGENDLABEL="Overall" ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ReferenceLine y=.85 / clip=true Lineattrs=( Pattern=solid thickness=4 color=blue) name="IAP GOAL 85%" legendlabel="IAP GOAL 85%";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatterplot x=date y=P /&amp;nbsp;&amp;nbsp;&amp;nbsp; markerattrs=(symbol=circlefilled size=30 color=yellow) /*name="Overall"&amp;nbsp; LEGENDLABEL="Overall"*/;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatterplot x=date y=P / markerattrs=(symbol=circle size=31 color=red) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatterplot x=date y=P / markercharacter=p /*discreteoffset= -0.1*/ markercharacterattrs=(color=red weight=bold);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; discretelegend&amp;nbsp;&amp;nbsp; "RN" "MD/NP/PA (Provider)" "RT" "OTHERS" "Overall" "IAP GOAL 85%" /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; location=outside&amp;nbsp; valign=bottom;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endlayout;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endgraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 19:27:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GTL-eliminate-missing-bars-lines-etc-from-graphs/m-p/29431#M857</guid>
      <dc:creator>_LB</dc:creator>
      <dc:date>2011-10-13T19:27:53Z</dc:date>
    </item>
    <item>
      <title>PROC GTL-eliminate missing (bars,lines,etc) from graphs-</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GTL-eliminate-missing-bars-lines-etc-from-graphs/m-p/29432#M858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The short answer is "not by using some option".&amp;nbsp; Specific discrete offsets are set for each of the four bar statements.&amp;nbsp; So, each bar chart is offset by the amount you specified.&amp;nbsp; Any particular bar chart does not know if the other one has missing data for any one category.&amp;nbsp; If this is absolutely crucial, you could set up a barchart statement for each bar separately, and then set each discrete offset individually after taking into account missing values across all bar charts. But that may not be a scalable / portable solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While this is of no help to you now, the behavior you want (compressing out of unused space of missing values) is implemented in V9.3 for grouped bar charts with GROUPDISPLAY=CLUSTER.&amp;nbsp; We can do this in this case since this is one bar chart statement with groups, so it knows about the missing values, and can compress them out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 04:39:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GTL-eliminate-missing-bars-lines-etc-from-graphs/m-p/29432#M858</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2011-10-14T04:39:49Z</dc:date>
    </item>
    <item>
      <title>PROC GTL-eliminate missing (bars,lines,etc) from graphs-</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GTL-eliminate-missing-bars-lines-etc-from-graphs/m-p/29433#M859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjay, I will keep that in mind in the future as to GROUPDISPLAY=CLUSTER.&lt;/P&gt;&lt;P&gt;In the interim, I'll have to live with it. The concept of setting each discrete offset seems cumbersome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll see whether UCSF is update to version 9.3 yet. Hope you are enjoying SF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lawrence &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 15:06:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GTL-eliminate-missing-bars-lines-etc-from-graphs/m-p/29433#M859</guid>
      <dc:creator>_LB</dc:creator>
      <dc:date>2011-10-14T15:06:01Z</dc:date>
    </item>
    <item>
      <title>PROC GTL-eliminate missing (bars,lines,etc) from graphs-</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GTL-eliminate-missing-bars-lines-etc-from-graphs/m-p/29434#M860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Sanjay,&lt;/P&gt;&lt;P&gt;good news-I am getting SAS 9.3. SO where exactly do I place this statement!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lawrence &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 16:47:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GTL-eliminate-missing-bars-lines-etc-from-graphs/m-p/29434#M860</guid>
      <dc:creator>_LB</dc:creator>
      <dc:date>2011-10-14T16:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GTL-eliminate missing (bars,lines,etc) from graphs-</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GTL-eliminate-missing-bars-lines-etc-from-graphs/m-p/29435#M861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using SAS 9.3, to do what you want, you need to create a "grouped" data structure.&amp;nbsp; Now, instead of having a separate column for each response for RN, MD, RT, etc, you need a column for response (compliance) with a group variable (say- type) which will have the values RN, MD, etc.&amp;nbsp; Now, use one BARCHART statement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;PRE&gt;BARCHART x=date y=compliance / group=type groupdisplay=cluster;&lt;BR /&gt; &lt;BR /&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Since the SERIESPLOT is not grouped, that data will need to be in a separate column, with only one data value for each date value..&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;If you are using skins, change that to DATASKIN=PRESSED.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Feel free to email me if you have questions.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 20:00:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GTL-eliminate-missing-bars-lines-etc-from-graphs/m-p/29435#M861</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2011-10-14T20:00:23Z</dc:date>
    </item>
  </channel>
</rss>

