()
| 129353 | return (0, _initJs.initInterpolator).apply(scale, arguments); |
| 129354 | } |
| 129355 | function sequentialSymlog() { |
| 129356 | var scale = (0, _symlogJs.symlogish)(transformer()); |
| 129357 | scale.copy = function() { |
| 129358 | return copy(scale, sequentialSymlog()).constant(scale.constant()); |
| 129359 | }; |
| 129360 | return (0, _initJs.initInterpolator).apply(scale, arguments); |
| 129361 | } |
| 129362 | function sequentialPow() { |
| 129363 | var scale = (0, _powJs.powish)(transformer()); |
| 129364 | scale.copy = function() { |
nothing calls this directly
no test coverage detected