<?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 Bar Plot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Plot/m-p/287074#M10160</link>
    <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I need to do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;add one horizontal dotted line across the mid point of my bar plot&lt;/LI&gt;&lt;LI&gt;add a background color to my bar plot&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any suggestions on how I could achieve this..&lt;/P&gt;&lt;P&gt;Thx!&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jul 2016 03:06:09 GMT</pubDate>
    <dc:creator>smajid</dc:creator>
    <dc:date>2016-07-26T03:06:09Z</dc:date>
    <item>
      <title>Bar Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Plot/m-p/287074#M10160</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I need to do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;add one horizontal dotted line across the mid point of my bar plot&lt;/LI&gt;&lt;LI&gt;add a background color to my bar plot&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any suggestions on how I could achieve this..&lt;/P&gt;&lt;P&gt;Thx!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 03:06:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Plot/m-p/287074#M10160</guid>
      <dc:creator>smajid</dc:creator>
      <dc:date>2016-07-26T03:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Plot/m-p/287755#M10178</link>
      <description>&lt;P&gt;I post the link where in support&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/62603/HTML/default/viewer.htm#a003199396.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/62603/HTML/default/viewer.htm#a003199396.htm&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code could be like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="6"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;PRE&gt;proc sgplot data=want;
   title "Stock Volume vs. Close";
   vbar x/ response=volume;
   vline y / response=close y2axis;
run;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here it's the documentation about vline:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/67909/HTML/default/viewer.htm#p13y2w8p29m5ern1egkn010zn532.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/67909/HTML/default/viewer.htm#p13y2w8p29m5ern1egkn010zn532.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;to change the color you should use / limitattrbs=(color=&amp;lt; color whatever you want&amp;gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it could hep you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 11:21:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Plot/m-p/287755#M10178</guid>
      <dc:creator>toconero</dc:creator>
      <dc:date>2016-07-28T11:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Plot/m-p/287821#M10179</link>
      <description>&lt;P&gt;I have a couple of questions before I can answer your question:&lt;/P&gt;
&lt;P&gt;1. What SAS version are you using?&lt;/P&gt;
&lt;P&gt;2. When you say, "line across the mid point", are you talking about a reference line?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;BR /&gt;Dan&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 14:35:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Plot/m-p/287821#M10179</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-07-28T14:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Plot/m-p/287834#M10180</link>
      <description>&lt;P&gt;I am using SAS Studio, and yes I meant reference line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, Dan!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 15:00:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Plot/m-p/287834#M10180</guid>
      <dc:creator>smajid</dc:creator>
      <dc:date>2016-07-28T15:00:14Z</dc:date>
    </item>
  </channel>
</rss>

