MathGroup Archive 2011

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

Search the Archive

Display BarChart ticks in AccountingForm?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg120982] Display BarChart ticks in AccountingForm?
  • From: Porscha Louise McRobbie <pmcrobbi at umich.edu>
  • Date: Sat, 20 Aug 2011 06:17:03 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Hello,

I have a BarChart with large y-values:

BarChart[{1 10^13, 2 10^13, 3 10^13}, ChartLabels -> {"a", "b", "c"},
  Ticks -> {None, {1 10^13, 2 10^13, 3 10^13}}]

I do not want the y-axis tick marks to display in scientific notation.  
How can I get the tick marks to display using AccountingForm?  The  
following does not seem to work:

BarChart[{1 10^13, 2 10^13, 3 10^13}, ChartLabels -> {"a", "b", "c"},
  Ticks -> {None,
    AccountingForm[#, DigitBlock -> 3] & /@ {1 10^13, 2 10^13,
      3 10^13}}]

Thanks in advance,
Porscha




  • Prev by Date: CDF files now on Gyre&Gimble (math blog)
  • Next by Date: Re: Shooting method
  • Previous by thread: Re: CDF files now on Gyre&Gimble (math blog)
  • Next by thread: Re: Display BarChart ticks in AccountingForm?