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 0b0dc5a commit b6607b4Copy full SHA for b6607b4
modules/hist/TPavePainter.mjs
@@ -938,6 +938,9 @@ class TPavePainter extends ObjectPainter {
938
});
939
}
940
941
+ /** @summary Returns true if palette drawn in vertical direction */
942
+ isPaletteVertical() { return this._palette_vertical; }
943
+
944
/** @summary draw color palette with axis */
945
drawPaletteAxis(s_width, s_height, arg) {
946
const palette = this.getObject(),
0 commit comments