MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: piechart with percent...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg101446] Re: [mg101429] piechart with percent...
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Tue, 7 Jul 2009 07:48:20 -0400 (EDT)
  • Reply-to: hanlonr at cox.net

v = {1000, 5000, 4000};

PieChart3D[v, 
 ChartLabels ->
  Placed[Style[ToString[100 #/Total[v]] <> "%",
      {Bold, 16}] & /@ v, "RadialOutside"]]

PieChart3D[v, 
 ChartLabels ->
  Placed[Style[ToString[100 #/Total[v]] <> "%",
      {Bold, 16}] & /@ v, "RadialOuter"]]


Bob Hanlon

---- Lobotomy <labbman at gmail.com> wrote: 

=============
Hi I have a piechart consisting of 3 functions.


PieChart3D[{\[Alpha]*\[Zeta]*\[Psi], \[Lambda],   f - \[Alpha]*\[Zeta]*
\[Psi] - \[Lambda]}]

the output from the functions are real numbers.. for instance it could
be 1000, 5000, 4000.


I want to show the procental distribution between these somehow. in
the above example the different functions would have 10% 50% and 40%
written beside them...



  • Prev by Date: Re: Fast calculation of pair correlation function
  • Next by Date: Re: AbsoluteOptions for BarChart
  • Previous by thread: Re: piechart with percent...
  • Next by thread: Pattern matching / subsequence matching, question on example in