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 9383f7a commit 2bbbf68Copy full SHA for 2bbbf68
modules/hist2d/THistPainter.mjs
@@ -2206,8 +2206,8 @@ class THistPainter extends ObjectPainter {
2206
2207
// place colz in the beginning, that stat box is always drawn on the top
2208
this.addFunction(pal, true);
2209
- } else if (pp?._palette_vertical !== undefined)
2210
- this.options.Zvert = pp._palette_vertical;
+ } else if (pal_painter?._palette_vertical !== undefined)
+ this.options.Zvert = pal_painter._palette_vertical;
2211
2212
const fp = this.getFramePainter();
2213
0 commit comments