MathGroup Archive 2009

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

Search the Archive

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.


  • Prev by Date: about Implication
  • Next by Date: Re: Jens-Peer Kuska passed away
  • Previous by thread: Re: about Implication
  • Next by thread: Re: BarChart and ChartStyle