()
| 16865 | } |
| 16866 | |
| 16867 | function sequentialLog() { |
| 16868 | var scale = loggish(transformer$1()).domain([1, 10]); |
| 16869 | |
| 16870 | scale.copy = function() { |
| 16871 | return copy(scale, sequentialLog()).base(scale.base()); |
| 16872 | }; |
| 16873 | |
| 16874 | return initInterpolator.apply(scale, arguments); |
| 16875 | } |
| 16876 | |
| 16877 | function sequentialSymlog() { |
| 16878 | var scale = symlogish(transformer$1()); |
nothing calls this directly
no test coverage detected