You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[hist] paint TH2 even if nEntries==0, as already happens for TH1
Fixesroot-project#14153
If you fill a TH1 using only AddBinContent, the resulting nEntries=0, and call Draw(), it works.
If you fill a TH2 using only AddBinContent, the resulting nEntries=0, and call Draw("COLZ"), it does not work.
This commit tries to fix it so that it also works.
0 commit comments