Open nofurtherinformation opened 2 months ago
We should revisit color scales. The maps primarily use continuous unclassified scales currently, which are easy to implement but not always the most helpful.
My default is quantile scales with explicit breakpoints:
https://observablehq.com/@d3/quantile-quantize-and-threshold-scales
agreed, creating our own buckets would be a great idea. also a fan of Jenks Natural Breaks
We should revisit color scales. The maps primarily use continuous unclassified scales currently, which are easy to implement but not always the most helpful.
My default is quantile scales with explicit breakpoints:
https://observablehq.com/@d3/quantile-quantize-and-threshold-scales