BarChart and ChartStyle
- To: mathgroup at smc.vnet.net
- Subject: [mg101532] BarChart and ChartStyle
- From: Don <donabc at comcast.net>
- Date: Thu, 9 Jul 2009 01:58:55 -0400 (EDT)
How can I use the ChartStyle option to get the second bar to be LightGreen?
This doesn't work:
BarChart[{{16, 8}, {5, 3}}, BarSpacing -> -.5,
ChartStyle -> {{LightGray, LightGreen}, {LightGray, LightRed}}]
and this doesn't work
BarChart[{{16, 8}, {5, 3}}, BarSpacing -> -.5,
ChartStyle -> {LightGray, LightGreen, LightGray, LightRed}]
Thank you in advance.
- Follow-Ups:
- Re: BarChart and ChartStyle
- From: Oliver Ruebenkoenig <ruebenko@wolfram.com>
- Re: BarChart and ChartStyle