[ROOT] THStack missing axis

From: Matt Palmer (palmer@hep.phy.cam.ac.uk)
Date: Fri Oct 04 2002 - 12:58:14 MEST


Hi,
I've noticed a small bug in THStack - when it is drawn, the axis tick marks 
are not visible.  This is because the histogram which draws the axes is 
painted first, then the stack of histograms is painted, drawing over the axis 
tick marks.  This can be fixed by adding the following line to the end of 
THStack::Paint():

fHistogram->Paint("axissame");

Thanks
Matt



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