Artefacts in drawing histogram with "bars same" option

On the attached file you can see green lines covering X axis for empty bins of the green histogram. They appear because this histogram is draw with the “same” option. Can anything be done about that? Perhaps I can somehow force redrawing of the axes?

I attach image and macro used to create it.
histo_test.C (340 Bytes)


Since picture is to large to be properly displayed in this forum, I attach smaller version.

gPad->RedrawAxis();

See: http://root.cern.ch/root/html/TPad.html#TPad:RedrawAxis
or the “Drawing second THStack covers axis” thread: [url]Drawing second THStack covers axis

BTW. you can “EDIT” your posts, and so you can also replace attached pictures. No need to post/create a new message.

Thanks!

And I should have modified my post, true…