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

Function symlog

external/.d3.js:15367–15375  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15365}
15366
15367function symlog() {
15368 var scale = symlogish(transformer$2());
15369
15370 scale.copy = function() {
15371 return copy$1(scale, symlog()).constant(scale.constant());
15372 };
15373
15374 return initRange.apply(scale, arguments);
15375}
15376
15377function transformPow(exponent) {
15378 return function(x) {

Callers

nothing calls this directly

Calls 3

symlogishFunction · 0.85
transformer$2Function · 0.85
copy$1Function · 0.85

Tested by

no test coverage detected