MCPcopy Create free account
hub / github.com/plotly/plotly.js / xc2r

Function xc2r

src/traces/histogram2d/calc.js:20–20  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

18 var xr2c = function(v) { return xa.r2c(v, 0, xcalendar); };
19 var yr2c = function(v) { return ya.r2c(v, 0, ycalendar); };
20 var xc2r = function(v) { return xa.c2r(v, 0, xcalendar); };
21 var yc2r = function(v) { return ya.c2r(v, 0, ycalendar); };
22
23 var i, j, n, m;

Callers 1

calc.jsFile · 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…