I am looking for a comprehensive resource on data visualization. There are many individual resources that have been posted over the years (such as in blog posts). However, as a non-expert I am not sure which advice is good to follow (e.g., many blogs are published by companies trying to sell me a particular product or package).
Not sure if the book is the ideal format for this, but it seems to have the highest chance of being competent, unbiased and comprehensive. For the latter point, I think important topics are
- Colors and accessibility
- Concrete examples of color schemes
- Pros and Cons of different visualizations vis-à-vis data
- Print versus digital
- Fonts and layout considerations
- Perhaps short insights into the research on these points
But perhaps there are other things not on my radar that are current or interesting?
1. The Visual Display of Quantitative Information - Edward Tufte
2. Storytelling With Data
3. Documentation pages of data Viz tools e.g. 1, 2, 3 depending on your programming language of choice.
IMHO python ecosystem is still struggling with solid visualization as compared to JavaScript and R. Ggplot gives you shiny Viz but I'm not a fan of R.
D3 and it's derivatives are awesome for dynamic Viz if that's what you are after. GL
1. https://github.com/d3/d3/wiki
2. https://ggplot2.tidyverse.org/reference/ggplot.html
3. https://matplotlib.org/3.5.0/index.html