Skip to content

Commit 73e2da1

Browse files
committed
Add missing histo
1 parent 6748ba9 commit 73e2da1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/hist2d/RH1Painter.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ class RH1Painter extends RHistPainter {
145145
/** @summary Fill statistic */
146146
fillStatistic(stat, dostat/*, dofit*/) {
147147

148-
let data = this.countStat(),
148+
let histo = this.getHisto(),
149+
data = this.countStat(),
149150
print_name = dostat % 10,
150151
print_entries = Math.floor(dostat / 10) % 10,
151152
print_mean = Math.floor(dostat / 100) % 10,

0 commit comments

Comments
 (0)