Re: Colors in Histogram
- To: mathgroup at smc.vnet.net
- Subject: [mg91429] Re: [mg91406] Colors in Histogram
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Thu, 21 Aug 2008 04:16:26 -0400 (EDT)
- Reply-to: hanlonr at cox.net
Look at the Options
Needs["Histograms`"];
Options[Histogram]
Histogram[
RandomReal[NormalDistribution[0, 1], {1000}],
BarStyle -> LightRed]
Bob Hanlon
---- Joerg Schaber <schaber at molgen.mpg.de> wrote:
=============
Hi,
how can I set the color of the bars in a Histogram?
Thanks.