()
| 16986 | } |
| 16987 | |
| 16988 | function diverging$1() { |
| 16989 | var scale = linearish(transformer()(identity$3)); |
| 16990 | |
| 16991 | scale.copy = function() { |
| 16992 | return copy(scale, diverging$1()); |
| 16993 | }; |
| 16994 | |
| 16995 | return initInterpolator.apply(scale, arguments); |
| 16996 | } |
| 16997 | |
| 16998 | function divergingLog() { |
| 16999 | var scale = loggish(transformer()).domain([0.1, 1, 10]); |
nothing calls this directly
no test coverage detected