RE: Re: BarChart - intensity of colour increases up the
- To: mathgroup at smc.vnet.net
- Subject: [mg81882] RE: [mg81844] Re: BarChart - intensity of colour increases up the
- From: "Tom O'Brien" <tomfabtastic at hotmail.com>
- Date: Sat, 6 Oct 2007 04:29:02 -0400 (EDT)
- References: <fdvq2s$lhe$1@smc.vnet.net>
Thanks,
However, I'm having trouble getting it to work with a StackedBarChart that
has a colour for each bar. The Rectangles are gathered like {{a}, {b}, {c},
...} so I want the first half of the rectangles to be one colour and the second half another colour.
Any suggestions ?
Thanks,
Tom> Date: Thu, 4 Oct 2007 13:44:47 -0500> To: kuska at informatik.uni-leipzig=
.de; mathgroup at smc.vnet.net; tomfabtastic at hotmail.com> Subject: Re: [mg8184=
4] Re: BarChart - intensity of colour increases up the bar> From: drmajorbo=
b at bigfoot.com> > Or...> > Needs["BarCharts`"]> BarChart[{1, 2, 3}] /.> Rect=
angle[{x1_, y1_}, {x2_, y2_}] :>> Polygon[{{x1, y1}, {x2, y1}, {x2, y2}, {x=
1, y2}},> VertexColors -> {{1, 0, 0, 0}, {1, 0, 0, 0}, {1, 0, 0, y2}, {1, 0=
,> 0, y2}}]> > Bobby> > On Thu, 04 Oct 2007 03:36:08 -0500, Jens-Peer Kuska=
> <kuska at informatik.uni-leipzig.de> wrote:> > > tomfabtastic at hotmail.com> =
> > > -- > DrMajorBob at bigfoot.com
_________________________________________________________________