Re: [ROOT] TGraphErrors Draw option 'X' doesn't work

From: Rene Brun (Rene.Brun@cern.ch)
Date: Thu May 23 2002 - 10:47:45 MEST


Hi Miha,

You are right. I have fixed the problem now in CVS.
(in both TGraphErrors and TGraphAsymmErrors).

Thanks for reporting this problem.

Rene Brun

miha.puc@marvin.fmf.uni-lj.si wrote:
> 
> Hi!
> TGraphErrors Draw option 'X' doesn't work. I guess it's because
> TGraph::Draw(..) does
> ...
> opt.ToLower();
> ...
> AppendPad(opt);
> 
> and TGraphErrors::Paint only checks option for 'X':
> if (strchr(option,'X')) {TGraph::Paint(option); return;}
> 
> Regards,
> Miha
> --



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:53 MET