cs448b-visualization
Installation
SKILL.md
CS448B Visualization
When to Use Each Reference
| Reference | Use When |
|---|---|
| encoding-perception.md | Choosing how to map data to visual properties, or evaluating if encodings are effective |
| chart-design.md | Deciding which chart type fits the data, or configuring axes/scales |
| d3-patterns.md | Writing D3.js code for bindings, scales, axes, transitions |
| interaction-animation.md | Adding brushing, filtering, tooltips, or animated transitions |
| color.md | Selecting color palettes or ensuring accessibility |
| networks-text.md | Visualizing graphs, hierarchies, or text/document data |
Critique Checklist
When reviewing any visualization:
- Expressiveness - Does it show all the data? Only the data? No misleading elements?
- Effectiveness - Is the most important data on the most accurate encoding (position > length > area > color)?
Related skills