(msg)
| 85 | } |
| 86 | |
| 87 | function noZsmooth(msg) { |
| 88 | zsmooth = trace._input.zsmooth = trace.zsmooth = false; |
| 89 | Lib.warn('cannot use zsmooth: "fast": ' + msg); |
| 90 | } |
| 91 | |
| 92 | function scaleIsLinear(s) { |
| 93 | if(s.length > 1) { |
no outgoing calls
no test coverage detected
searching dependent graphs…