Re: [ROOT] only y-error bars...

From: Stefan Höche (stefan.hoeche@mailbox.tu-dresden.de)
Date: Wed Sep 03 2003 - 08:18:58 MEST


Hi Zaldy,

Simply use this constructor

TGraphErrors *errgraph = new TGraphErrors(nbins,xvalues,yvalues,0,yerrors);

and don't forget about the 0.

Stefan

> Dear Rooters,
>
> how do we implement TGraphErrors using only the y-axis(array)...error
> bars...?
> not the x-axis(array)
> probably I missed to see it in the tutorial...
>
>
> Thanks



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:15 MET