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

Function sequentialLog

external/.d3.js:16867–16875  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16865}
16866
16867function sequentialLog() {
16868 var scale = loggish(transformer$1()).domain([1, 10]);
16869
16870 scale.copy = function() {
16871 return copy(scale, sequentialLog()).base(scale.base());
16872 };
16873
16874 return initInterpolator.apply(scale, arguments);
16875}
16876
16877function sequentialSymlog() {
16878 var scale = symlogish(transformer$1());

Callers

nothing calls this directly

Calls 3

loggishFunction · 0.85
transformer$1Function · 0.85
copyFunction · 0.85

Tested by

no test coverage detected