Visualization Analysis and Design, chapter 2, Munzner
What is this?
Better?
Of course it matters. Would you understand what the data is like if you had to guess at what each column is like?
Properly describing and documenting data in metadata allows users to understand what the data is.
Not only expected value types, but expected range, whether a field is a derived value or not, etc.
Items
Attributes
What is an item? What is an attribute?
What is this data?
Better?
Nodes
Links
Higher order data types are often compositions of more basic data types
Position / Regions
Fields / Grids
Clusters / Sets / Lists
Static or dynamic?
More on hierarchies in D3
Hierarchical datasets lend themselves very well to visualizations like dendrograms, trees, treemaps, packed circles.
Often described using data structures like JSON.
Sample dendrogram and packed circle (flare.json)
We'll talk more about specific visualization idioms in a later lecture.
Levels of measurement (or scale of measure, or data scales), a proposed typology by psychologist Stanley Smith Stevens(1906-1973). Still widely used framework, especially in data science.
Because they highly influence the type of encodings and visualizations possible.
It roughly maps to the qualitative (nominal / categorical) — ordinal — quantitative scale by French cartographer Jacques Bertin (1918-2010).
Qualitative data: represented by groupings
Quantitative data: represented by amounts
Or categorical data. Data is qualitative.
Ordinal data can have a qualitative or quantitative quality.
Typically interval or ratio data.
There are more specific distinctions between interval and ratio, but it does not really affect visualization principles as much.
More reading: 4 Levels of measurement: Nominal, ordinal, interval, ratio, Careerfoundry
More reading: Levels of measurement: Nominal, ordinal, interval, ratio, Scribbr
Is time nominal, ordinal, interval or ratio?
Like qualitative data variables, qualitative graphic variables (e.g., shape or color hue) have no intrinsic ordering.
In contrast, quantitative graphic variables (e.g., size or color intensity) can have different ordering directions, such as sequential, diverging, or cyclic
For qualitative (nominal) data, color is used as an identity channel. For quantitative, it is often a magnitude channel.
Ordinal scales are a special case in which often both the identity and magnitude channel can be used, depending on what you want to emphasize. We'll discuss color more in later lectures.
Electoral Divisions
Elections SG2020
More analysis on GE2025 visualizations
Chi-Loong | V/R