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

Function divergingLog

external/.d3.js:16998–17006  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16996}
16997
16998function divergingLog() {
16999 var scale = loggish(transformer()).domain([0.1, 1, 10]);
17000
17001 scale.copy = function() {
17002 return copy(scale, divergingLog()).base(scale.base());
17003 };
17004
17005 return initInterpolator.apply(scale, arguments);
17006}
17007
17008function divergingSymlog() {
17009 var scale = symlogish(transformer());

Callers

nothing calls this directly

Calls 3

loggishFunction · 0.85
transformerFunction · 0.85
copyFunction · 0.85

Tested by

no test coverage detected