Re: [ROOT] overflow function

From: Rene Brun (Rene.Brun@cern.ch)
Date: Wed Oct 25 2000 - 17:09:17 MEST


Hi Miroslav,

This problem is now fixed in the development version available from CVS.

Rene Brun

Miroslav Helbich wrote:
> 
> Hi,
> 
>  when I plot the function, which has overflow(underflow), the line is
> plotted at the edge of the pad in the region of overflow(I would expect no
> line there). This is especially anoyng when doing coloured plots. Is there
> any option to supress it? If not could you change it for the next release?
> 
>                         Regards
>                                 Miro Helbich
> 
> Here is an example macro
> 
> TF1 *f1 = new TF1("f1","sin(x)",0.,6.28);
> f1->SetMaximum(0.5);
> f1->SetMinimum(0.0);
> f1->SetLineWidth(6);
> f1->Draw(); // I would expect no line eg. for x=(3.24,6.28)



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:36 MET