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 9560a02 commit edb773aCopy full SHA for edb773a
modules/hist2d/THistPainter.mjs
@@ -2207,7 +2207,7 @@ class THistPainter extends ObjectPainter {
2207
// place colz in the beginning, that stat box is always drawn on the top
2208
this.addFunction(pal, true);
2209
} else if ((pal_painter?.isPaletteVertical() !== undefined) && (can_move !== 'toggle'))
2210
- o.Zvert = pal_painter.isPaletteVertical();
+ this.options.Zvert = pal_painter.isPaletteVertical();
2211
2212
const fp = this.getFramePainter();
2213
0 commit comments