MCPcopy Create free account
hub / github.com/microsoft/SandDance / panSymlog

Function panSymlog

docs/app/js/sanddance-app.js:106702–106704  ·  view source on GitHub ↗
(domain, delta, constant1)

Source from the content-addressed store, hash-verified

106700 return pan(domain, delta, pow(exponent), pow(1 / exponent));
106701}
106702function panSymlog(domain, delta, constant1) {
106703 return pan(domain, delta, symlog(constant1), symexp(constant1));
106704}
106705function zoom(domain, anchor, scale, lift, ground) {
106706 const d0 = lift(domain[0]), d1 = lift(peek(domain)), da = anchor != null ? lift(anchor) : (d0 + d1) / 2;
106707 return [

Callers

nothing calls this directly

Calls 3

panFunction · 0.70
symlogFunction · 0.70
symexpFunction · 0.70

Tested by

no test coverage detected