MCPcopy Create free account
hub / github.com/breck7/scroll / divergingSymlog

Function divergingSymlog

external/.d3.js:17008–17016  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17006}
17007
17008function divergingSymlog() {
17009 var scale = symlogish(transformer());
17010
17011 scale.copy = function() {
17012 return copy(scale, divergingSymlog()).constant(scale.constant());
17013 };
17014
17015 return initInterpolator.apply(scale, arguments);
17016}
17017
17018function divergingPow() {
17019 var scale = powish(transformer());

Callers

nothing calls this directly

Calls 3

symlogishFunction · 0.85
transformerFunction · 0.85
copyFunction · 0.85

Tested by

no test coverage detected