MathGroup Archive 2007

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

Search the Archive

Re: Re: BarChart - intensity of colour increases up the bar

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81857] Re: [mg81844] Re: BarChart - intensity of colour increases up the bar
  • From: DrMajorBob <drmajorbob at bigfoot.com>
  • Date: Fri, 5 Oct 2007 04:47:38 -0400 (EDT)
  • References: <fdvq2s$lhe$1@smc.vnet.net> <7149187.1191498569293.JavaMail.root@m35>
  • Reply-to: drmajorbob at bigfoot.com

Or...

Needs["BarCharts`"]
BarChart[{1, 2, 3}] /.
  Rectangle[{x1_, y1_}, {x2_, y2_}] :>
   Polygon[{{x1, y1}, {x2, y1}, {x2, y2}, {x1, 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


  • Prev by Date: Best way to save data in notebooks
  • Next by Date: issue generating table of random numbers
  • Previous by thread: Re: BarChart - intensity of colour increases up the bar
  • Next by thread: Re: BarChart - intensity of colour increases up the bar