|
[Date Index]
[Thread Index]
[Author Index]
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.
Prev by Date:
Re: LaTex to Mathematica
Next by Date:
Extrema of 2D Interpolating function
Previous by thread:
Colors in Histogram
Next by thread:
Re: Colors in Histogram
|