We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441f328 commit 00b6874Copy full SHA for 00b6874
1 file changed
modules/hist2d/THistPainter.mjs
@@ -12,6 +12,7 @@ import { gamma_quantile, gamma_quantile_c } from '../base/math.mjs';
12
const kCARTESIAN = 1, kPOLAR = 2, kCYLINDRICAL = 3, kSPHERICAL = 4, kRAPIDITY = 5,
13
kNormal = 0, kPoisson = 1, kPoisson2 = 2,
14
kOnlyCheck = 'only-check';
15
+
16
/**
17
* @summary Class to decode histograms draw options
18
* @desc All options started from capital letter are major drawing options
0 commit comments