()
| 15336 | } |
| 15337 | |
| 15338 | function log() { |
| 15339 | const scale = loggish(transformer$2()).domain([1, 10]); |
| 15340 | scale.copy = () => copy$1(scale, log()).base(scale.base()); |
| 15341 | initRange.apply(scale, arguments); |
| 15342 | return scale; |
| 15343 | } |
| 15344 | |
| 15345 | function transformSymlog(c) { |
| 15346 | return function(x) { |
nothing calls this directly
no test coverage detected