<?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: sgplot with vbar and vline in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-with-vbar-and-vline/m-p/190555#M7053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From what I can tell (and I ran the program) &lt;A __default_attr="260198" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt; has found your solution.&amp;nbsp; I want to just address the issue of numeric length in your program.&amp;nbsp; You wrote...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 9pt;"&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; input;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;infile&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;datalines&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;delimiter&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;':'&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;length&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; group $ &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; md $ &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;16&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; col1 &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;6.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; col2&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;6.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; col3&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;6.&lt;/SPAN&gt;&lt;/STRONG&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; group $ md $ col1 $ col2 $ col3 $;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;datalines&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 9pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 9pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-family: arial, helvetica, sans-serif;"&gt;Generally for numeric variables you don't want to change the length from the full precision 8. Especially when there are decimals involved.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 9pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-family: arial, helvetica, sans-serif;"&gt;You could have just left off the LENGTH declaration for COL1-COL3 and let them be defined in the INPUT statement. &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 9pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 9pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; input;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;infile&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;datalines&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;delimiter&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;':'&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;length&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; group $ &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; md $ &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;&lt;STRONG&gt;16&lt;/STRONG&gt;&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; group md&amp;nbsp; &lt;STRONG&gt;col1-col3;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;datalines&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2014 17:18:14 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2014-04-29T17:18:14Z</dc:date>
    <item>
      <title>sgplot with vbar and vline</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-with-vbar-and-vline/m-p/190550#M7048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following stacked bar chart made with sgplot and vbar.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="graph 1.jpg" class="jive-image-thumbnail jive-image" height="294" src="https://communities.sas.com/legacyfs/online/6078_graph 1.jpg" width="572" /&gt;&lt;/P&gt;&lt;P&gt;I need to add a line to the plot and have tried to do this by using vline plot but this results in no stacking and another color. What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="graph 2.jpg" class="jive-image-thumbnail jive-image" height="259" src="https://communities.sas.com/legacyfs/online/6079_graph 2.jpg" width="599" /&gt;&lt;/P&gt;&lt;P&gt;proc sgplot Data=work.hent dattrmap=attrmap;&lt;/P&gt;&lt;P&gt; format md $md_saf.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Col3 PERCENT17.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Col1 PERCENT17.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Col2 PERCENT17.;&lt;BR /&gt; vbar md / response=Col3 group=group attrid=A barwidth=0.55;&lt;BR /&gt; keylegend/;&lt;BR /&gt; vline md / response=col2&amp;nbsp; break;&lt;/P&gt;&lt;P&gt; yaxis values=(0.0 to 0.30 by 0.05) GRID display= (NOLABEL);&lt;BR /&gt; xaxis label=" ";&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 12:24:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-with-vbar-and-vline/m-p/190550#M7048</guid>
      <dc:creator>no80</dc:creator>
      <dc:date>2014-04-23T12:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot with vbar and vline</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-with-vbar-and-vline/m-p/190551#M7049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;It will be easier to help if you attach full program with all data, formats etc, so we can run it to see what is happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 02:32:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-with-vbar-and-vline/m-p/190551#M7049</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2014-04-24T02:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot with vbar and vline</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-with-vbar-and-vline/m-p/190552#M7050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the online documentation for VLINE:&lt;/P&gt;&lt;TABLE cellpadding="4" cellspacing="2"&gt;&lt;TBODY&gt;&lt;TR valign="top"&gt;&lt;TD align="left" class="label" nowrap="nowrap" width="95"&gt;Interaction:&lt;/TD&gt;&lt;TD align="left" class="bgBlockLight"&gt;If you specify more than one categorization plot statement, then all of the plots must specify the same GROUP variable. If you do not specify the same GROUP= option for all of the categorization plots, then the GROUP= option has no effect.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which I interpret to mean you need the same group variable on the vline statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 17:04:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-with-vbar-and-vline/m-p/190552#M7050</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-04-24T17:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot with vbar and vline</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-with-vbar-and-vline/m-p/190553#M7051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the full program. The values is random numbers. The vline statement should be removed to see how the graph is supposed to look like.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 12:30:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-with-vbar-and-vline/m-p/190553#M7051</guid>
      <dc:creator>no80</dc:creator>
      <dc:date>2014-04-29T12:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot with vbar and vline</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-with-vbar-and-vline/m-p/190554#M7052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you get this message in the log when running your code?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;WARNING: Once a GROUP variable is used in a categorical chart, that GROUP variable must be used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in all overlaid charts. The specified GROUP variable has been removed from the graph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That tells exactly why you aren't getting the output you want. The missing values for your group variable&amp;nbsp; aren't likely to help either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with your data restructured:&lt;/P&gt;&lt;P&gt;data input;&lt;/P&gt;&lt;P&gt;infile datalines delimiter=':';&lt;/P&gt;&lt;P&gt;length group $ 10 md $ 16 col1 6. col2&amp;nbsp; 6. col3&amp;nbsp; 6.;&lt;/P&gt;&lt;P&gt;input group $ md $ col1 $ col2 $ col3 $;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;1:01:0.10:0.14:0.23&lt;/P&gt;&lt;P&gt;1:02:0.21:0.26:0.12&lt;/P&gt;&lt;P&gt;1:03:0.12:0.21:0.14&lt;/P&gt;&lt;P&gt;1:04:0.25:0.10:0.18&lt;/P&gt;&lt;P&gt;1:05:0.20:0.14:0.21&lt;/P&gt;&lt;P&gt;1:06:0.15:0.19:0.15&lt;/P&gt;&lt;P&gt;1:07:0.17:0.05:0.16&lt;/P&gt;&lt;P&gt;1:08:0.12:0.07:0.16&lt;/P&gt;&lt;P&gt;1:09:0.21:0.16:0.24&lt;/P&gt;&lt;P&gt;1:10:0.26:0.21:0.10&lt;/P&gt;&lt;P&gt;1:11:0.31:0.26:0.13&lt;/P&gt;&lt;P&gt;1:12:0.26:0.10:0.14&lt;/P&gt;&lt;P&gt;2:01:.:.:0.01&lt;/P&gt;&lt;P&gt;2:02:.:.:0.01&lt;/P&gt;&lt;P&gt;2:03:.:.:0.07&lt;/P&gt;&lt;P&gt;2:04:.:.:0.13&lt;/P&gt;&lt;P&gt;2:05:.:.:0.15&lt;/P&gt;&lt;P&gt;2:06:.:.:0.14&lt;/P&gt;&lt;P&gt;2:07:.:.:0.08&lt;/P&gt;&lt;P&gt;2:08:.:.:0.10&lt;/P&gt;&lt;P&gt;2:09:.:.:0.18&lt;/P&gt;&lt;P&gt;2:10:.:.:0.11&lt;/P&gt;&lt;P&gt;2:11:.:.:0.14&lt;/P&gt;&lt;P&gt;2:12:.:.:0.19&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And see what happens, but you NEED to have a GROUP=GROUP on your VLINE statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 15:45:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-with-vbar-and-vline/m-p/190554#M7052</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-04-29T15:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot with vbar and vline</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-with-vbar-and-vline/m-p/190555#M7053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From what I can tell (and I ran the program) &lt;A __default_attr="260198" __jive_macro_name="user" class="jive_macro jive_macro_user" href="https://communities.sas.com/"&gt;&lt;/A&gt; has found your solution.&amp;nbsp; I want to just address the issue of numeric length in your program.&amp;nbsp; You wrote...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 9pt;"&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; input;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;infile&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;datalines&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;delimiter&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;':'&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;length&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; group $ &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; md $ &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;16&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; col1 &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;6.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; col2&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;6.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; col3&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;6.&lt;/SPAN&gt;&lt;/STRONG&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; group $ md $ col1 $ col2 $ col3 $;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;datalines&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 9pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 9pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-family: arial, helvetica, sans-serif;"&gt;Generally for numeric variables you don't want to change the length from the full precision 8. Especially when there are decimals involved.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 9pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-family: arial, helvetica, sans-serif;"&gt;You could have just left off the LENGTH declaration for COL1-COL3 and let them be defined in the INPUT statement. &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 9pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 9pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; input;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;infile&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;datalines&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;delimiter&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;':'&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;length&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; group $ &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; md $ &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;&lt;STRONG&gt;16&lt;/STRONG&gt;&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; group md&amp;nbsp; &lt;STRONG&gt;col1-col3;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;datalines&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 17:18:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-with-vbar-and-vline/m-p/190555#M7053</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-04-29T17:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: sgplot with vbar and vline</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/sgplot-with-vbar-and-vline/m-p/190556#M7054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was exactly the problem. Thank you all for your time and help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:21:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/sgplot-with-vbar-and-vline/m-p/190556#M7054</guid>
      <dc:creator>no80</dc:creator>
      <dc:date>2014-04-30T09:21:27Z</dc:date>
    </item>
  </channel>
</rss>

