source:
node_modules/d3-scale-chromatic/src/sequential-multi/cubehelix.js
| Last change on this file was e4c61dd, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 188 bytes | |
| Rev | Line | |
|---|---|---|
| [e4c61dd] | 1 | import {cubehelix} from "d3-color"; |
| 2 | import {interpolateCubehelixLong} from "d3-interpolate"; | |
| 3 | ||
| 4 | export default interpolateCubehelixLong(cubehelix(300, 0.5, 0.0), cubehelix(-240, 0.5, 1.0)); |
Note:
See TracBrowser
for help on using the repository browser.
