()
| 16996 | } |
| 16997 | |
| 16998 | function divergingLog() { |
| 16999 | var scale = loggish(transformer()).domain([0.1, 1, 10]); |
| 17000 | |
| 17001 | scale.copy = function() { |
| 17002 | return copy(scale, divergingLog()).base(scale.base()); |
| 17003 | }; |
| 17004 | |
| 17005 | return initInterpolator.apply(scale, arguments); |
| 17006 | } |
| 17007 | |
| 17008 | function divergingSymlog() { |
| 17009 | var scale = symlogish(transformer()); |
nothing calls this directly
no test coverage detected