MCPcopy
hub / github.com/microsoft/SandDance / divergingLog

Function divergingLog

docs/app/js/sanddance-app.js:129438–129448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129436}
129437exports.default = diverging;
129438function divergingLog() {
129439 var scale = (0, _logJs.loggish)(transformer()).domain([
129440 0.1,
129441 1,
129442 10
129443 ]);
129444 scale.copy = function() {
129445 return (0, _sequentialJs.copy)(scale, divergingLog()).base(scale.base());
129446 };
129447 return (0, _initJs.initInterpolator).apply(scale, arguments);
129448}
129449function divergingSymlog() {
129450 var scale = (0, _symlogJs.symlogish)(transformer());
129451 scale.copy = function() {

Callers

nothing calls this directly

Calls 1

transformerFunction · 0.70

Tested by

no test coverage detected