CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
README.md13 linesDownload Raw Back to d3-scale-chromatic
1# d3-scale-chromatic2 3<a href="https://d3js.org"><img src="https://github.com/d3/d3/raw/main/docs/public/logo.svg" width="256" height="256"></a>4 5This module provides sequential, diverging and categorical color schemes designed to work with [d3-scale](https://github.com/d3/d3-scale)’s scaleOrdinal and scaleSequential. Most of these schemes are derived from Cynthia A. Brewer’s [ColorBrewer](http://colorbrewer2.org). Since ColorBrewer publishes only discrete color schemes, the sequential and diverging scales are interpolated using [uniform B-splines](https://observablehq.com/@d3/colorbrewer-splines).6 7## Resources8 9- [Documentation](https://d3js.org/d3-scale-chromatic)10- [Examples](https://observablehq.com/collection/@d3/d3-scale-chromatic)11- [Releases](https://github.com/d3/d3-scale-chromatic/releases)12- [Getting help](https://d3js.org/community)13 
basant307/AI_Governance_Project · CoolFace