Re: [ROOT] Problems with TGraph

From: Henrique de M. J. Barbosa - mestrado (hbarbosa@ifi.unicamp.br)
Date: Sat Dec 15 2001 - 13:29:58 MET


> Hi Henrique,
>
> Unfortunately, it was too late to put this fix in the 3.02 release.
>
> I have added a fix in TPad::DrawFrame and TGraph::PaintGraph to automatically
> suppress this line. (now in CVS)
>
> Meanwhile, you can circumvent the problem by drawing a frame via an empty
> TH1F histogram paint with option "a". Example
>    TH1F *frame = new TH1F("frame","",2,xmin,xmax);
>    frame->SetMinimum(ymin);
>    frame->setmaximum(ymax);
>    frame->Draw("a");
>
> Rene Brun
>


Hi Rene,

Problem solved! thanks

henrique
****************************************
Henrique Barbosa      The Pierre Auger
PhD Student             Observatory

State University at Campinas - BRASIL
"Gleb Wathagin" Physics Institute
Department of Cosmic Rays and Chronology
****************************************



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:51:12 MET