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

Function sequential

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

Source from the content-addressed store, hash-verified

24252}
24253
24254function sequential() {
24255 var scale = Object(_linear__WEBPACK_IMPORTED_MODULE_2__["linearish"])(transformer()(_continuous__WEBPACK_IMPORTED_MODULE_0__["identity"]));
24256
24257 scale.copy = function() {
24258 return copy(scale, sequential());
24259 };
24260
24261 return _init__WEBPACK_IMPORTED_MODULE_1__["initInterpolator"].apply(scale, arguments);
24262}
24263
24264function sequentialLog() {
24265 var scale = Object(_log__WEBPACK_IMPORTED_MODULE_3__["loggish"])(transformer()).domain([1, 10]);

Callers

nothing calls this directly

Calls 2

transformerFunction · 0.85
copyFunction · 0.85

Tested by

no test coverage detected