Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ g2rad
Function
g2rad
src/plots/polar/set_convert.js:139–139 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
137
138
var
rad2g =
function
(v) {
return
dir * v + rot; };
139
var
g2rad =
function
(v) {
return
(v - rot) / dir; };
140
141
var
rad2c, c2rad;
142
var
rad2t, t2rad;
Callers
1
setConvertAngular
Function · 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…