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
- Follow-Ups:
- Re: Display BarChart ticks in AccountingForm?
- From: Mark McClure <mcmcclur@unca.edu>
- Re: Display BarChart ticks in AccountingForm?
- From: Brett Champion <brettc@wolfram.com>
- Re: Display BarChart ticks in AccountingForm?
- From: Heike Gramberg <heike.gramberg@gmail.com>
- Re: Display BarChart ticks in AccountingForm?