We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ccca2 commit b9035b8Copy full SHA for b9035b8
modules/hist2d/TH2Painter.mjs
@@ -2603,7 +2603,7 @@ class TH2Painter extends THistPainter {
2603
if (i2+dd >= h.i2) { i2 = Math.min(Math.round(i2+dd), h.i2); i1 = Math.max(i2 - this.projection_width, h.i1); }
2604
else { i1 = Math.max(Math.round(i1-dd), h.i1); i2 = Math.min(i1 + this.projection_width, h.i2); }
2605
}
2606
- x1 = h.grx[i1], x2 = h.grx[i2],
+ x1 = h.grx[i1]; x2 = h.grx[i2];
2607
binid = i1*777 + i2*333;
2608
2609
0 commit comments