<?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 size of slices in a Pie chart in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/size-of-slices-in-a-Pie-chart/m-p/90686#M3354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am wondering if you can ask SAS to size the slices in a pie chart according to the percentage but also display the mean sumvar statistics. For example, I can do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gchart data=survey;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; pie role / sumvar=score&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; percent=inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; value=arrow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; descending&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; slice=arrow&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; coutline=black&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; noheading;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, the slices are proportional to the % of role and sum of scores are displayed. What I really want is to display is the mean of scores. However when I add&lt;/P&gt;&lt;P&gt;type=mean&lt;/P&gt;&lt;P&gt;The size of slices become proportional to mean(score) instead of percentage now. How can I fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 21:26:04 GMT</pubDate>
    <dc:creator>Peter_Y</dc:creator>
    <dc:date>2013-05-30T21:26:04Z</dc:date>
    <item>
      <title>size of slices in a Pie chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/size-of-slices-in-a-Pie-chart/m-p/90686#M3354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am wondering if you can ask SAS to size the slices in a pie chart according to the percentage but also display the mean sumvar statistics. For example, I can do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gchart data=survey;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; pie role / sumvar=score&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; percent=inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; value=arrow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; descending&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; slice=arrow&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; coutline=black&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; noheading;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, the slices are proportional to the % of role and sum of scores are displayed. What I really want is to display is the mean of scores. However when I add&lt;/P&gt;&lt;P&gt;type=mean&lt;/P&gt;&lt;P&gt;The size of slices become proportional to mean(score) instead of percentage now. How can I fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 21:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/size-of-slices-in-a-Pie-chart/m-p/90686#M3354</guid>
      <dc:creator>Peter_Y</dc:creator>
      <dc:date>2013-05-30T21:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: size of slices in a Pie chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/size-of-slices-in-a-Pie-chart/m-p/90687#M3355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you specify TYPE=MEAN and use the SUBGROUP= option, the height of the block represents the mean for the entire midpoint. The subgroup segments are proportional to the subgroup's contribution to the sum for the block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From SAS Help.&lt;/P&gt;&lt;DIV id="keeppyInstalled" style="display: none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jun 2013 08:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/size-of-slices-in-a-Pie-chart/m-p/90687#M3355</guid>
      <dc:creator>MohammadFayaz</dc:creator>
      <dc:date>2013-06-01T08:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: size of slices in a Pie chart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/size-of-slices-in-a-Pie-chart/m-p/90688#M3356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any example data you can post up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 15:56:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/size-of-slices-in-a-Pie-chart/m-p/90688#M3356</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-06-05T15:56:33Z</dc:date>
    </item>
  </channel>
</rss>

