<?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: Can we create a pie to bar graph in sas in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Can-we-create-a-pie-to-bar-graph-in-sas/m-p/456896#M15706</link>
    <description>&lt;P&gt;PROC GCHART has this concept of a "detail" pie that can convey similar information to your examples. Check out this example and see what you think:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/65389/HTML/default/viewer.htm#p0rykxji060wvzn1x2crrwuhvfzy.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/65389/HTML/default/viewer.htm#p0rykxji060wvzn1x2crrwuhvfzy.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
    <pubDate>Tue, 24 Apr 2018 14:46:18 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2018-04-24T14:46:18Z</dc:date>
    <item>
      <title>Can we create a pie to bar graph in sas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-we-create-a-pie-to-bar-graph-in-sas/m-p/456724#M15696</link>
      <description>&lt;P&gt;How to create a pie to bar graph using below data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;L1 -&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;L2 -&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;124&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;L3&lt;/TD&gt;&lt;TD&gt;33&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;L4&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;L5&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;test1&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;test2&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 23 Apr 2018 23:39:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-we-create-a-pie-to-bar-graph-in-sas/m-p/456724#M15696</guid>
      <dc:creator>radha009</dc:creator>
      <dc:date>2018-04-23T23:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can we create a pie to bar graph in sas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-we-create-a-pie-to-bar-graph-in-sas/m-p/456733#M15697</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the simple syntax for bar chart. There are many options your can use to customize your graph.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
infile datalines ;
input name :$ var;
datalines;
L1 23
L2 124
L3 33
L4 7
L5 5
test1 5
test2 5
;
run;

PROC GCHART DATA=WORK.have;
VBAR name/ SUMVAR=var;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Apr 2018 00:29:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-we-create-a-pie-to-bar-graph-in-sas/m-p/456733#M15697</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-04-24T00:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can we create a pie to bar graph in sas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-we-create-a-pie-to-bar-graph-in-sas/m-p/456765#M15698</link>
      <description>&lt;P&gt;See this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2012/08/26/how-about-some-pie/" target="_self"&gt;How About Some Pie?&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 04:48:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-we-create-a-pie-to-bar-graph-in-sas/m-p/456765#M15698</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-04-24T04:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can we create a pie to bar graph in sas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-we-create-a-pie-to-bar-graph-in-sas/m-p/456848#M15702</link>
      <description>&lt;P&gt;I am looking for exact pie to bar graph as below.&lt;/P&gt;&lt;P&gt;.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pb.jpg" style="width: 399px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20076i736D191E952BB152/image-size/large?v=v2&amp;amp;px=999" role="button" title="pb.jpg" alt="pb.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 12:56:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-we-create-a-pie-to-bar-graph-in-sas/m-p/456848#M15702</guid>
      <dc:creator>radha009</dc:creator>
      <dc:date>2018-04-24T12:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can we create a pie to bar graph in sas</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Can-we-create-a-pie-to-bar-graph-in-sas/m-p/456896#M15706</link>
      <description>&lt;P&gt;PROC GCHART has this concept of a "detail" pie that can convey similar information to your examples. Check out this example and see what you think:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/65389/HTML/default/viewer.htm#p0rykxji060wvzn1x2crrwuhvfzy.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/65389/HTML/default/viewer.htm#p0rykxji060wvzn1x2crrwuhvfzy.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 14:46:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Can-we-create-a-pie-to-bar-graph-in-sas/m-p/456896#M15706</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-04-24T14:46:18Z</dc:date>
    </item>
  </channel>
</rss>

