Lecture 11
Color in d3
Required Reading
- Which color scale to use when visualizing data. Lisa Charlotte Muth, 2021 (All 4 parts).
See also: How to pick more beautiful colors for your data visualizations.
Optional Reading
-
Color Vision - Carlos Scheidegger (CSC 444 Fall 2019).
-
Rainbow Color Map (Still) Considered Harmful. D. Borland and R. Taylor. Computer Graphics and Applications, 27(2), pp. 14-17, 2007.
-
D3 Scales Playground - Carlos Scheidegger.
-
Example Code from Class - use
git clone https://github.com/UA-CSC444-Fall2024/l11_examples
to download