Skip to content

Commit 376cf36

Browse files
committed
Fix error when count statistic for TH2
1 parent 36e146e commit 376cf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRootPainter.more.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2904,7 +2904,7 @@
29042904

29052905
for (yi = 0; yi <= this.nbinsy + 1; ++yi) {
29062906
yside = (yi <= yleft) ? 0 : (yi > yright ? 2 : 1);
2907-
yy = this.ymin + this.GetBinY(yi - 0.5);
2907+
yy = this.GetBinY(yi - 0.5);
29082908

29092909
zz = histo.getBinContent(xi, yi);
29102910

0 commit comments

Comments
 (0)