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

Function scale

src/plots/smith/helpers.js:31–33  ·  view source on GitHub ↗
(subplot, r)

Source from the content-addressed store, hash-verified

29}
30
31function scale(subplot, r) {
32 return r * subplot.radius;
33}
34
35function reactanceArc(subplot, X, R1, R2) {
36 var t1 = transform(subplot, smith([R1, X]));

Callers 2

reactanceArcFunction · 0.70
resistanceArcFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…