()
| 17006 | } |
| 17007 | |
| 17008 | function divergingSymlog() { |
| 17009 | var scale = symlogish(transformer()); |
| 17010 | |
| 17011 | scale.copy = function() { |
| 17012 | return copy(scale, divergingSymlog()).constant(scale.constant()); |
| 17013 | }; |
| 17014 | |
| 17015 | return initInterpolator.apply(scale, arguments); |
| 17016 | } |
| 17017 | |
| 17018 | function divergingPow() { |
| 17019 | var scale = powish(transformer()); |
nothing calls this directly
no test coverage detected