MathGroup Archive 2008

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

Search the Archive

Re: Colors in Histogram

  • To: mathgroup at smc.vnet.net
  • Subject: [mg91433] Re: Colors in Histogram
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Thu, 21 Aug 2008 04:17:11 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <g8gr90$idr$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

<< BarCharts`

lst = Partition[Table[RandomInteger[{0, 255}], {9}], 3];

BarChart[lst,
  BarStyle -> {RGBColor[1, 0, 0], RGBColor[0, 1, 0],
    RGBColor[0, 0, 1]}]

??

Regards
   Jens

Joerg Schaber wrote:
> Hi,
> 
> how can I set the color of the bars in a Histogram?
> 
> Thanks.
> 


  • Prev by Date: serious flaw in KroneckerProduct with SparseArrays?
  • Next by Date: Real and Complex Roots on Same Plot
  • Previous by thread: Re: Colors in Histogram
  • Next by thread: small flaw in KroneckerProduct