MCPcopy Index your code
hub / github.com/plotly/plotly.js / firstHalfPoint

Function firstHalfPoint

src/traces/histogram/calc.js:543–546  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

541 var i, vi, prevSum;
542
543 function firstHalfPoint(i) {
544 prevSum = size[i];
545 size[i] /= 2;
546 }
547
548 function nextHalfPoint(i) {
549 vi = size[i];

Callers 1

cdfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…