Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/plotly/plotly.js
/ constHalf
Function
constHalf
src/traces/parcoords/calc.js:28–34 ·
view source on GitHub ↗
(len)
Source
from the content-addressed store, hash-verified
26
};
27
28
function
constHalf(len) {
29
var
out =
new
Array(len);
30
for
(
var
i = 0; i < len; i++) {
31
out[i] = 0.5;
32
}
33
return
out;
34
}
Callers
1
calc.js
File · 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…