Re: Histogram title

Chris Green (Christopher.Green@cern.ch)
Thu, 6 Mar 1997 10:19:48 +0100 (MET)


>
> > Finally, what's the easiest way of shading in an area on a histogram > in a specific colour / shading pattern?
> >
>
> Click on the histogram with the rigth mouse button and select
> the item "SetFillAttributes". This will display a panel with
> colors, fill styles,etc.
> In a macro, you can do:
> h->SetFillColor(color);
> h->SetFillStyle(3001);

Thanks for all that, however for the last question what I actually want to
do is shade in an arbitrary area (defined by points) which isn't defined
on the histogram. ie take the example where I have an exclusion region for
a search in 2D parameter space, and also want to shade off kinematically
excluded regions without altering the contents of the histogram. In
summary, I want to make a primitive filled area with a different shading
style to the rest of the histogram.

>
> Rene Brun
>

Thanks,
Chris.