Re: Fill TF1

Rene Brun (Rene.Brun@cern.ch)
Wed, 16 Apr 1997 15:20:51 +0200


Grave Xavier wrote:
>
> Hello,
>
> I'm trying to fill a TF1 via
> f1->SetFillColor(2);
> and nothing change ?
>
> Can somebody help me ?
> Thanks by advance,

Do: f1->Draw("bc")

This is a quick and dirty fix for the time being.
I have activated the fill area automatically when SetFillColor attribute
is set in my version.

Rene Brun