Information Visualization Quiz 2

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

34 Terms

1
New cards

Definition of Information Visualization

The activity of transforming abstract data into visual representations to improve human cognition.

2
New cards

Why Visualization?

Tells a story about data

Discovers stories from data

Amplifies Cognition

-Expand Working Memory

-Reduce searching time

-Pattern detection

-Inference

3
New cards

Challenges in Visualization

1) Principles for designing effective visualizations

2)Tools to produce them

3) Large data

4) Common language

4
New cards

Visualization

Input: data

output: visual elements

Can be seen as a map between quantifiable features to aesthetics

5
New cards

Aesthetics

Describe aspects of graphical elements

position

shape

size

color

line width

line type

6
New cards

Quantitate data

Data associated with mathematical models and statistical techniques used to analyze spatial location and association.

7
New cards

Qualitive Data

information scientists first collect, describes anything physical (color, odor, shape)

8
New cards

Scales

Map data values onto aesthetics

Important: keep scales to the min required - for human cognition

Typically:

-two positions

-one color

-but many other possibilities

9
New cards

Coordinate Systems and axes

first step in constructing a visual representation

10
New cards

Cartesian

Most used coordinate system

axes can be different units

can be transformed

11
New cards

Log Scale

Large skewness in data

Showing multiplicative factors/ ratios

12
New cards

Square root scale

Need the use of zero, log cannot use 0

13
New cards

Polar coordinates

The location of a point as given by an angle and a distance.

Good for periodic patterns

14
New cards

Color in visualizations

Distinguish groups

represent values

highlight aspects

15
New cards

Color for grouping

Distinguish discrete items or groups without intrinsic ordering

Qualitative Color Scale

-Finite set of colors

-Clearly distinct from eachother

-No one color should stand out

-No impression of ordering

16
New cards

Color to represent values

Using color as an additional dimension in visualization

Sequential Color Scale

-Usually infinite set of colors

-Smoothly-varying

-Perceptually uniform scale

-Clear impression of ordering

Diverging Color Scale

-Same as sequential but there is a clear impression of order but with a clear definition for a mid-point

17
New cards

Color to Highlight

Accent Color Scale

-Finite or infinite set of colors with a subset that clearly stands out

-can be a modification of qualitive, sequential or divergent scales

18
New cards

Visualizations of Amounts

Bars/ dot plots/ Stacked bars/ heatmap

19
New cards

Visualization of Distributions

Histograms/ Density Plot/ Cumulative Density/ Quantile-Quantile Plot/ Boxplots/ Violins/ Strip Charts/ Sina Plots/ Stacked Histograms/ Overlapping Densities/ Ridgeline Plot

20
New cards

Visualization of Proportions

Pie/ Bars/ Stacked Bars/ Muli Pie/ Grouped Bars/ Stacked Bars/ Stacked Densities/Mosaic Plot/ Treemap/ Parallel Sets

21
New cards

Visualizations of Relationships

Scatterplots/ Bubble Charts/ Paired Scatterplot/ Slopegraph/ Density Contours/ 2D bins/ Hex Bins/ Correlogram/ Line graph/ Connected Scatterplot/ Smooth line Graph

22
New cards

Visualization of Geospatial data

Maps/ Choropleth/ Cartogram/ Cartogram Heatmap

23
New cards

Visualization of Uncertainty

Direct interpretation: Error bars

More Detailed: Confidence Strips/ Eyes/ Half-Eyes/ Quantile Dot Plot

Trend Lines: Confidence Band/ Graded Confidence Bands/ Fitted Draws

24
New cards

Visualization of Distributions Strenghts/Weakness

Useful to visualize how a set of numbers is distributed

Data has at lease one set of values

25
New cards

Histogram

a bar graph depicting a frequency distribution

<p>a bar graph depicting a frequency distribution</p>
26
New cards

Density Plot

similar to a histogram except that rather than having a summary bar representing the frequency of scores, it shows each individual score as a dot. They can be useful for looking at the shape of a distribution of scores

<p>similar to a histogram except that rather than having a summary bar representing the frequency of scores, it shows each individual score as a dot. They can be useful for looking at the shape of a distribution of scores</p>
27
New cards

Cumulative Densities

No Arbitrary Parameters choices

All data displayed

but less intuitive

28
New cards

Skewed Distributions

Existence of heavy tails make visualization challenging

Decay is slower than exponential

29
New cards

Q-Q plot

Quantile-quantile plot -- a plot comparing the quantiles of two data sets, or one data set and a distribution, to see whether they might have a common distribution.

<p>Quantile-quantile plot -- a plot comparing the quantiles of two data sets, or one data set and a distribution, to see whether they might have a common distribution.</p>
30
New cards

Box Plot

A graph that displays the highest and lowest quarters of data as whiskers, the middle two-quarters of the data as a box, and the median

Invented between 50s-70s by Mary Eleanor Spear and John Tukey

Simple to draw

Hides some information

<p>A graph that displays the highest and lowest quarters of data as whiskers, the middle two-quarters of the data as a box, and the median</p><p>Invented between 50s-70s by Mary Eleanor Spear and John Tukey</p><p>Simple to draw</p><p>Hides some information</p>
31
New cards

Violin Plot

a graph that shows an approximation of the frequency distribution of a numerical variable in each group and its mirror image

Invented in 1998 by Hintze and Nelson

Very simple to read

Require computers to produce correctly

Can still be misleading

<p>a graph that shows an approximation of the frequency distribution of a numerical variable in each group and its mirror image</p><p>Invented in 1998 by Hintze and Nelson</p><p>Very simple to read</p><p>Require computers to produce correctly</p><p>Can still be misleading</p>
32
New cards

Strip Charts

uses strips of paper to record M mode or spectral doppler information

User jittering to avoid overplotting

<p>uses strips of paper to record M mode or spectral doppler information</p><p>User jittering to avoid overplotting</p>
33
New cards

Sina Plot

Combination of

34
New cards

Ridgeline

Multiple density plots on a y-axis

Very effective to represent trends along time

Evokes a more intuitive understanding