Fill style does not display correctly when using RDataFrame.Histo1D with event weight

Hi Danilo,

You are of course correct.

I was not aware that this subtly existed with weighted histograms and THStack objects.

I see from this other post that the solution is to change:

hs.Draw()

to

hs.Draw("hist")

Thanks very much for you help in solving my issue!

Cheers,
Tom