MCPcopy Index your code
hub / github.com/microsoft/SandDance / sequentialLog

Function sequentialLog

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

Source from the content-addressed store, hash-verified

129343}
129344exports.default = sequential;
129345function sequentialLog() {
129346 var scale = (0, _logJs.loggish)(transformer()).domain([
129347 1,
129348 10
129349 ]);
129350 scale.copy = function() {
129351 return copy(scale, sequentialLog()).base(scale.base());
129352 };
129353 return (0, _initJs.initInterpolator).apply(scale, arguments);
129354}
129355function sequentialSymlog() {
129356 var scale = (0, _symlogJs.symlogish)(transformer());
129357 scale.copy = function() {

Callers

nothing calls this directly

Calls 2

transformerFunction · 0.70
copyFunction · 0.70

Tested by

no test coverage detected