Markers drawn for bins with 0 entries

Hi all,
I’m trying to superimpose two histograms AND display BOTH statistics boxes
as shown in transpad.C tutorial macro.
But I do want to draw histos with markers NOT lines.
So I do use
Draw(“p”); in the first case and Draw(“p same”) in the second case.
But the second histogram has the markers drawn also for bins with NO
entries while I do use the p option, not the p0 one.

You can find below the macro and the eps plot that comes out.
http://www.lnf.infn.it/%7easarti/documenti/CorrFact.C
http://www.lnf.infn.it/%7easarti/documenti/FactFit.eps
Any help on getting rid of those extra blue squares for bins
with no entries would be much much appreciated!!!

Thanks,
Alessio

You said:

On your plot the blue squares are all above 0.6. So, seems to me, there is no “extra blue squares for bins with no entries”. Did I missed something ?