<?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: Bar Chart in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452073#M15495</link>
    <description>&lt;P&gt;I do agree with Paige. If you want a 3-D'ish appearance on your bars without obscuring in the information, trying using a DATASKIN. Run this and see what you think:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data temp;
input measure $ 1-15 value;
cards;
Site_Initiated	 39
Site_Approved1	  6
Date_Supplied4	  7
site_contracted	34
;
run;

proc sgplot data=temp;
vbar measure / response=value dataskin=pressed;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 06 Apr 2018 19:24:57 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2018-04-06T19:24:57Z</dc:date>
    <item>
      <title>Bar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/451232#M15469</link>
      <description>&lt;P&gt;I have this dataset and I&amp;nbsp;want to produce a bar chart like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bar chart.PNG" style="width: 518px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19616iC5482E2AF8D480A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="bar chart.PNG" alt="bar chart.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you please help me with this my&amp;nbsp;first time doing a bar chart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Obs&lt;/TD&gt;&lt;TD&gt;Site_Initiated&lt;/TD&gt;&lt;TD&gt;Site_Approved1&lt;/TD&gt;&lt;TD&gt;Date_Supplied4&lt;/TD&gt;&lt;TD&gt;site_contracted&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;39&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 18:22:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/451232#M15469</guid>
      <dc:creator>mona4u</dc:creator>
      <dc:date>2018-04-04T18:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/451233#M15470</link>
      <description>&lt;P&gt;Explain what bar chart you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't see these variables as belonging on a single bar chart.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 18:15:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/451233#M15470</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-04T18:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/451236#M15471</link>
      <description>&lt;P&gt;I just edited the question&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 18:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/451236#M15471</guid>
      <dc:creator>mona4u</dc:creator>
      <dc:date>2018-04-04T18:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/451237#M15472</link>
      <description>&lt;P&gt;There are a number of examples shown for PROC GCHART. Please give it a try and if you can't get it to work, show us your code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=graphref&amp;amp;docsetTarget=n1dvg3qp3e9pann10us1wxo0qe0q.htm&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=graphref&amp;amp;docsetTarget=n1dvg3qp3e9pann10us1wxo0qe0q.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are a number of examples show for PROC SGPLOT. See if any of those get's you the results you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=graphref&amp;amp;docsetTarget=n1dvg3qp3e9pann10us1wxo0qe0q.htm&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=graphref&amp;amp;docsetTarget=n1dvg3qp3e9pann10us1wxo0qe0q.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 18:27:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/451237#M15472</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-04T18:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/451250#M15473</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;You probably would have an easier way to chart it, if you data set was structured like this&lt;/P&gt;
&lt;TABLE width="140"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100"&gt;Measure&lt;/TD&gt;
&lt;TD width="40"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Site_Initiated&lt;/TD&gt;
&lt;TD&gt;39&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Site_Approved1&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Date_Supplied4&lt;/TD&gt;
&lt;TD&gt;7&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;site_contracted&lt;/TD&gt;
&lt;TD&gt;34&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 18:43:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/451250#M15473</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2018-04-04T18:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452009#M15489</link>
      <description>&lt;P&gt;This is the chart that I got from changing the data structure and&amp;nbsp; using this code&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the dataset&amp;nbsp;&lt;/P&gt;&lt;P&gt;Obs Vname Vvalue1234&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Site_Initiated&lt;/TD&gt;&lt;TD&gt;39&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Site_Approved1&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Date_Supplied4&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;site_contracted&lt;/TD&gt;&lt;TD&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the code&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc gchart data=set5;&lt;BR /&gt;&lt;BR /&gt;vbar Vname;  &lt;BR /&gt;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the chart&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture set5.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19681i6F07521B6A45B752/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture set5.PNG" alt="Capture set5.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 17:53:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452009#M15489</guid>
      <dc:creator>mona4u</dc:creator>
      <dc:date>2018-04-06T17:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452066#M15492</link>
      <description>&lt;P&gt;change VBAR to VBAR3D in your PROC GCHART, and you should get a similar chart to your original post.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 19:15:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452066#M15492</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-04-06T19:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452067#M15493</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;vbar Vname/type=sum sumvar=vvalue1234;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Apr 2018 19:16:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452067#M15493</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-06T19:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452069#M15494</link>
      <description>&lt;P&gt;Let me strongly un-recommend the 3D option.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just because you CAN make 3D bar charts with SAS software does not mean that you SHOULD make 3D bar charts. 3D bar charts are very difficult to interpret and often misleading.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2018 19:18:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452069#M15494</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-06T19:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452073#M15495</link>
      <description>&lt;P&gt;I do agree with Paige. If you want a 3-D'ish appearance on your bars without obscuring in the information, trying using a DATASKIN. Run this and see what you think:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data temp;
input measure $ 1-15 value;
cards;
Site_Initiated	 39
Site_Approved1	  6
Date_Supplied4	  7
site_contracted	34
;
run;

proc sgplot data=temp;
vbar measure / response=value dataskin=pressed;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Apr 2018 19:24:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452073#M15495</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-04-06T19:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452488#M15519</link>
      <description>&lt;P&gt;I want to change the default here&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have an idea how I can do it?&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture chart.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19697i600718827EE2B043/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture chart.PNG" alt="Capture chart.PNG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 13:38:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452488#M15519</guid>
      <dc:creator>mona4u</dc:creator>
      <dc:date>2018-04-09T13:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452489#M15520</link>
      <description>&lt;P&gt;Thanks for your&amp;nbsp;answer. This way worked too but I can't accept more than one answer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 13:40:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452489#M15520</guid>
      <dc:creator>mona4u</dc:creator>
      <dc:date>2018-04-09T13:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452493#M15521</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/134228"&gt;@mona4u&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I want to change the default here&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have an idea how I can do it?&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture chart.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19697i600718827EE2B043/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture chart.PNG" alt="Capture chart.PNG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Use the LABEL statement.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 14:01:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452493#M15521</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-04-09T14:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452826#M15542</link>
      <description>Thanks.&lt;BR /&gt;I want to adjust the size and the location&lt;BR /&gt;because I'm creating a report and I want it to on the right of the table</description>
      <pubDate>Tue, 10 Apr 2018 13:48:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-Chart/m-p/452826#M15542</guid>
      <dc:creator>mona4u</dc:creator>
      <dc:date>2018-04-10T13:48:35Z</dc:date>
    </item>
  </channel>
</rss>

