Lecture 08 Design principles & visualisation Flashcards
1
Q
Four Data Visualization Heuristics to Facilitate Reflection in Personal Informatics
A
- Make Data Interpretable at a Glance
- Enable Exploration of Patterns in Time Series Data
- Enable Discovery of Trends in Multiple Data Streams
- Turn Key Metrics into Affordances for Action
2
Q
Goals of visualisation
A
- Presentation
* Starting point: facts to be presented are fixed a priori
* Process: choice of appropriate presentation techniques
* Result: high-quality visualization of the data to present facts - Confirmatory Analysis
* Starting point: hypotheses about the data
* Process: goal-oriented examination of the hypotheses
* Result: visualization of data to confirm or reject the hypotheses - Exploratory Analysis
* Starting point: no hypotheses about the data
* Process: interactive, usually undirected search for structures, trends
* Result: visualization of data to lead to hypotheses about the data
3
Q
color guidelines
A
- Take color deficiency into account
- Consider mental model of users (e.g. red = high values, blue = low values)
- Use diverging colormap if meaningful midpoint exist (e.g. to indicate coastline on a map)
- Sufficient space is needed to encode color
- Consider different tasks
- Consider the separability of used visual variables
- Use contrast effect compensation
4
Q
Perceptual properties
A
- Selective perception
- Associative perception
- Ordered perception
- Quantitative perception
5
Q
Expressiveness
A
Visualization presents all the information and only the information.
Expressiveness = (information displayed / information desired to display)
< 1 means we are not displaying enough
> 1 we are displaying more than intended (noise that could lead to confusion)
Visualization is effective when it can be interpreted accurately and quickly and when it can be rendered in a cost-effective manner.