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

Function log

external/.d3.js:15338–15343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15336}
15337
15338function log() {
15339 const scale = loggish(transformer$2()).domain([1, 10]);
15340 scale.copy = () => copy$1(scale, log()).base(scale.base());
15341 initRange.apply(scale, arguments);
15342 return scale;
15343}
15344
15345function transformSymlog(c) {
15346 return function(x) {

Callers

nothing calls this directly

Calls 3

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

Tested by

no test coverage detected