MCPcopy
hub / github.com/widgetti/ipyvolume / sequentialLog

Function sequentialLog

docs/source/examples/js/ipyvolume_v0.6.0-dev.1.js:24264–24272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24262}
24263
24264function sequentialLog() {
24265 var scale = Object(_log__WEBPACK_IMPORTED_MODULE_3__["loggish"])(transformer()).domain([1, 10]);
24266
24267 scale.copy = function() {
24268 return copy(scale, sequentialLog()).base(scale.base());
24269 };
24270
24271 return _init__WEBPACK_IMPORTED_MODULE_1__["initInterpolator"].apply(scale, arguments);
24272}
24273
24274function sequentialSymlog() {
24275 var scale = Object(_symlog__WEBPACK_IMPORTED_MODULE_4__["symlogish"])(transformer());

Callers

nothing calls this directly

Calls 2

transformerFunction · 0.85
copyFunction · 0.85

Tested by

no test coverage detected