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

Function rad2g

src/plots/polar/set_convert.js:138–138  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

136 var rot = deg2rad(ax.rotation);
137
138 var rad2g = function(v) { return dir * v + rot; };
139 var g2rad = function(v) { return (v - rot) / dir; };
140
141 var rad2c, c2rad;

Callers 1

setConvertAngularFunction · 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…