Re: [ROOT] Filled histogram problem

From: Stanislav Nesterov (Stanislav.Nesterov@pnpi.spb.ru)
Date: Mon Aug 25 2003 - 12:08:32 MEST


Hi Michael,

You can try to draw axis over the pictrue, i.e. use options "AXIS,SAME":

    hist0->Draw();   // first - draw the histogram
    hist1->Draw("same"); // draw another histogram
    hist0->Draw("axis,same"); // <- draw only axes

                      Best regards,
                                     Stanislav.

Michael Groys wrote:

> Hello all.
> There is strange feature in the root (3.05/05):
> When I draw one filled histogram within another the ticks on the x/y axis
> disappear.  You can see this while running example script - 'ntuple1.C'
> What can be done to avoid this problem
> Thanks in advance
>    Michael



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