MathGroup Archive 2009

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

Search the Archive

Re: AbsoluteOptions for BarChart

  • To: mathgroup at smc.vnet.net
  • Subject: [mg101441] Re: [mg101436] AbsoluteOptions for BarChart
  • From: "David Park" <djmpark at comcast.net>
  • Date: Tue, 7 Jul 2009 07:47:26 -0400 (EDT)
  • References: <1511320.1246958481587.JavaMail.root@n11>

Try

BarChart[{{16, 8}, {5, 6}}] // First

and you can pick off the colors - but not the rectangles. Or try

BarChart[{{16, 8}, {5, 6}}] // First // InputForm


David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/  


From: Don [mailto:donabc at comcast.net] 


When I use

BarChart[{{16, 8}, {5, 6}}]

I get two colors for each group of data, a blue and
a green.

I am trying to find the RGB values of the blue
that is being used in the bar chart.

AbsoluteOptions[BarChart[{{16, 8}, {5, 6}}]] // TableForm
gives for the value of the ColorOutput option
the value "Automatic"

Is there anyway to know what the actual RGB values are that are being used?
I thought AbsoluteOptions was
the right function to get this information, but it's not
working for me. Thank you.




  • Prev by Date: Re: piechart with percent...
  • Next by Date: Re: AbsoluteOptions for BarChart
  • Previous by thread: Re: AbsoluteOptions for BarChart
  • Next by thread: Re: AbsoluteOptions for BarChart