Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/plotly/plotly.js
/ findXY
Function
findXY
src/plots/polar/helpers.js:131–133 ·
view source on GitHub ↗
(va0, va1, s)
Source
from the content-addressed store, hash-verified
129
}
130
131
function
findXY(va0, va1, s) {
132
return
findIntersectionXY(va0, va1, s, a2xy(va0));
133
}
134
135
function
cycleIndex(ind) {
136
return
Lib.mod(ind, len);
Callers
1
makeClippedPolygon
Function · 0.85
Calls
2
findIntersectionXY
Function · 0.85
a2xy
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…