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 6748ba9 commit 73e2da1Copy full SHA for 73e2da1
modules/hist2d/RH1Painter.mjs
@@ -145,7 +145,8 @@ class RH1Painter extends RHistPainter {
145
/** @summary Fill statistic */
146
fillStatistic(stat, dostat/*, dofit*/) {
147
148
- let data = this.countStat(),
+ let histo = this.getHisto(),
149
+ data = this.countStat(),
150
print_name = dostat % 10,
151
print_entries = Math.floor(dostat / 10) % 10,
152
print_mean = Math.floor(dostat / 100) % 10,
0 commit comments