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

From: miha.puc@marvin.fmf.uni-lj.si
Date: Thu May 23 2002 - 09:26:25 MEST


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