MCPcopy Create free account
hub / github.com/breck7/scroll / diverging$1

Function diverging$1

external/.d3.js:16988–16996  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16986}
16987
16988function diverging$1() {
16989 var scale = linearish(transformer()(identity$3));
16990
16991 scale.copy = function() {
16992 return copy(scale, diverging$1());
16993 };
16994
16995 return initInterpolator.apply(scale, arguments);
16996}
16997
16998function divergingLog() {
16999 var scale = loggish(transformer()).domain([0.1, 1, 10]);

Callers

nothing calls this directly

Calls 3

linearishFunction · 0.85
transformerFunction · 0.85
copyFunction · 0.85

Tested by

no test coverage detected