MathGroup Archive 2009

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

Search the Archive

AbsoluteOptions for BarChart

  • To: mathgroup at smc.vnet.net
  • Subject: [mg101436] AbsoluteOptions for BarChart
  • From: Don <donabc at comcast.net>
  • Date: Tue, 7 Jul 2009 05:07:08 -0400 (EDT)

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: Install problem of Mathematica kernel
  • Next by Date: Using Lists with Mapping
  • Previous by thread: Re: Install problem of Mathematica kernel
  • Next by thread: Re: AbsoluteOptions for BarChart