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

Function sequentialSymlog

external/.d3.js:16877–16885  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16875}
16876
16877function sequentialSymlog() {
16878 var scale = symlogish(transformer$1());
16879
16880 scale.copy = function() {
16881 return copy(scale, sequentialSymlog()).constant(scale.constant());
16882 };
16883
16884 return initInterpolator.apply(scale, arguments);
16885}
16886
16887function sequentialPow() {
16888 var scale = powish(transformer$1());

Callers

nothing calls this directly

Calls 3

symlogishFunction · 0.85
transformer$1Function · 0.85
copyFunction · 0.85

Tested by

no test coverage detected