Drawing a line through bins after rebin histogram

Hey,

I am currently trying to use the Draw(“L”) option after I rebin my histogram and that doesn’t seem to work any ideas?

xbin=array(‘d’,[0,0.1,0.2,0.25,.3,.35,.4,.45,.5,.55,.6,.65,.7,.75,.8,.85,.9,1.0,1.05])
h_denom_data=h_denom_data.Rebin(18,“1D_denom_data”,xbin)
h_denom_data.Draw(“L”)

thanks Michael

It works for me.
Can you post a small running example reproducing your problem ?