Lecture 5: Visualization Principles III Flashcards

1
Q

Describe a Scatterplot Matrix

features of SPLOM

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the limitations of Parallel Coordinates?

Axes represent attributes
Lines connecting axes represent items

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explain pros and cons of Radial Layouts

A

Pro: Visualizing cyclic patterns
Con: Distortion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe a Heatmap

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the Königsberg Bridge Problem?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are some types of graphs?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a Adjacency Matrix suited for?

A

Well suited for neighborhood-related tasks
Not suited for path-related tasks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the Mercator Projection?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Describe a Choropleth Map?

A

Greek: chore = area, pleth = value
Area uniformly colored/shaded proportional to attribute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly