HES 505 Fall 2023: Session 29
By the end of today you should be able to:
Describe some basic principles of data visualization
Extend principles of data visualization to the development of maps
Distinguish between several common types of spatial data visualization
Lots of examples of good and bad data visualization
What makes a graphic good (or bad)?
Who decides?
Rule: externally compels you, through force, threat or punishment, to do the things someone else has deemed good or right.
Principle: internally motivating because it is a good practice; a general statement describing a philosophy that good rules should satisfy
Rules contribute to the design process, but do not guarantee a satisfactory outcome
“Graphical excellence is the well-designed presentation of interesting data—a matter of substance, of statistics, and of design … [It] consists of complex ideas communicated with clarity, precision, and efficiency. … [It] is that which gives to the viewer the greatest number of ideas in the shortest time with the least ink in the smallest space … [It] is nearly always multivariate … And graphical excellence requires telling the truth about the data.”
Ugly: graphic is clear and informative, but has aesthetic issues
Bad: graphic is unclear, confusing, or decieving
Wrong: the figure is objectively incorrect
Presentation of the data is (intentionally?) decieving
Presentation is just incorrect
Grammar: A set of structural rules that help establish the components of a language
System and structure of language consist of syntax and semantics
Grammar of Graphics: a framework that allows us to concisely describe the components of any graphic
Follows a layered approach by using defined components to build a visualization
ggplot2
is a formal implementation in R
Define the systematic conversion of data into elements of the visualization
Are either categorical or continuous (exclusively)
Examples include x
, y
, fill
, color
, and alpha
Scales map data values to their aesthetics
Must be a one-to-one relationship; each specific data value should map to only one aesthetic
Be Honest
Principle of proportional ink
Avoid unnecessary ‘chart junk’
Use color judiciously
Balance data and context
Maps organize a lot of information in a coherent way
They invite critique and inspection
They are also aesthetic objects that can engage broader audiences
Thinking about projections
Scale of the map
Errors of Omission
Concept before compilation
Hierarchy with harmony (Important things should look important)
Simplicity from sacrifice
Maximum information at minimum cost
Engage emotion to enhance understanding
Relates map distance to distance on the ground
Ratio scales (1:24,000 or 1/24,000)
Graphic scales
Large vs. small-scale?
Distortion makes scale invalid across large areas
Distortion increases with distance from standard line
Five distortions: areas, angles, shapes, distances, and direction
Graphic code for retrieving information
(De-)emphasize (un)important information
Contrast and the role of colors
A good map tells a multitude of little white lies: it supresses truth to help the user see what needs to be seen…
Zhilin et al. 2008
Filter out irrelevant details
Two elements: selection and classification
Reflect interpretations of the relative importance of different features
Dot Maps: quantity represented by amount and concentration of dots
Proportional Symbol Map: Geometric symbols scaled in proportion to a quantity
From High Country News
Mapping color to geographies
Common problems
From Healy 2019
Adjusts for differences in area, population, etc
Common Problems
From Healy 2019