Lecture 5: Visualization Principles III Flashcards
Describe a Scatterplot Matrix
features of SPLOM
N attributes
N² scatterplots
Every pairwise plot is shown twice
Symmetry along diagonal
Diagonal can be used
‣ for showing labels
‣ for showing histograms of attributes
What are the limitations of Parallel Coordinates?
Axes represent attributes
Lines connecting axes represent items
Scalability to Many Attributes
Scalability to Many Items
Correlations Only Between Adjacent Axes
Ambiguity
Not very popular / difficult to interpret
Limited to quantitative attributes
Patterns depend on scales
Missing data
Explain pros and cons of Radial Layouts
Pro: Visualizing cyclic patterns
Con: Distortion
Describe a Heatmap
Maps attribute value to color
Matrix data: two keys, one value
‣ Example: gene expression dataset [key1: patient] x [key2: gene] value = activity of gene
‣ Each cell is a “pixel”, value encoded using color
Meaning derived from ordering
‣ Order by time, frequency, etc.
‣ If no ordering inherent, clustering is used
Strengths
‣ Scales to large matrices
‣ Good for homogeneous data
‣ All columns share same semantics
What is the Königsberg Bridge Problem?
Find a walk through the city that crosses each bridge once and only once
Negative resolution by Leonhard Euler in 1736
Laid the foundations of graph theory and prefigured the idea of topology
What are some types of graphs?
A tree is a graph with no cycles
A directed graph (digraph) is a graph that discerns between the edges direction.
A hypergraph is a graph with edges connecting any number of vertices.
What is a Adjacency Matrix suited for?
Well suited for neighborhood-related tasks
Not suited for path-related tasks
What is the Mercator Projection?
Gerardus Mercator, 1569
Projection onto a cylinder wrapped around the globe
Conformal map projection —> angles are preserved
Pro: all lines of constant bearing are straight lines
‣ Constant compass heading for sailors
Describe a Choropleth Map?
Greek: chore = area, pleth = value
Area uniformly colored/shaded proportional to attribute