()
| 16855 | } |
| 16856 | |
| 16857 | function sequential() { |
| 16858 | var scale = linearish(transformer$1()(identity$3)); |
| 16859 | |
| 16860 | scale.copy = function() { |
| 16861 | return copy(scale, sequential()); |
| 16862 | }; |
| 16863 | |
| 16864 | return initInterpolator.apply(scale, arguments); |
| 16865 | } |
| 16866 | |
| 16867 | function sequentialLog() { |
| 16868 | var scale = loggish(transformer$1()).domain([1, 10]); |
nothing calls this directly
no test coverage detected