unit 1 info vis

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/63

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.

64 Terms

1
New cards

2 purposes of info vis

analysis & presentation

2
New cards

analysis

to better understand ur data and act upon that understanding

3
New cards

presentation

to communicate and inform others more effectively

4
New cards

what does EDA stand for?

exploratory data analysis

5
New cards

when to use EDA

  1. u dont know exactly what ur looking for

  2. u dont have any prior questions

  3. u want to know what to questions to ask

  4. u want to get a better feel for the data

6
New cards

key components of info vis

representation & interaction

7
New cards

representation

chart type

8
New cards

interaction

allowing people to explore (zoom, scroll)

9
New cards

data attributes

columns

10
New cards

data items

rows

11
New cards

basic types of attributes

nominal, ordinal, interval

12
New cards

nominal

2+ categories with specific no order

13
New cards

ordinal

2+ categories that are ordered or on a spectrum

14
New cards

interval

continous numeric (e.g. age)

15
New cards

User tasks

retrieve value, filter, compute derived value, find extremum, sort/rank, determine range, characterize distribution, find anomolies, cluster, correlate

16
New cards

how to compute derived value

given set of data cases, compute total numeric representation of those data cases (aka like avg.)

17
New cards

how to find extremum

find data cases possessing an extreme value of an attribute over its range w/in the data set

18
New cards
<p>what histogram distribution is this?</p>

what histogram distribution is this?

normal

19
New cards
<p>what histogram distribution is this?</p>

what histogram distribution is this?

right skewed

20
New cards
<p>what histogram distribution is this?</p>

what histogram distribution is this?

left skewed

21
New cards
<p>what histogram distribution is this?</p>

what histogram distribution is this?

uniform

22
New cards
<p>what histogram distribution is this?</p>

what histogram distribution is this?

bimodal

23
New cards
<p>what histogram distribution is this?</p>

what histogram distribution is this?

multimodal

24
New cards
<p>what correlation is this</p>

what correlation is this

positive

25
New cards
<p>what correlation is this</p>

what correlation is this

negative

26
New cards
<p>what correlation is this</p>

what correlation is this

no relationship

27
New cards
<p>what correlation is this</p>

what correlation is this

curvilinear

28
New cards

how to interpret correlation of scatter plots?

There exists a [strength], [type] association btwn _____ and ______, such that [x] tend to be [y]

29
New cards

Munzner taxonomy

framework of visualization tasks as pairs of actions & targets

30
New cards

Stasko taxonomy

low-level components of analytical activity in info vis (focused on intents & goals ppl have, rather than the UI) - user tasks

31
New cards

how did stasko’s taxonomy come to be

affinity diagramming

32
New cards

what is affinity diagramming?

visual tool that helps u organize info by sorting ideas into diff groups based on their relationship to one another

33
New cards

what makes up actions?

analyze, search, query

34
New cards

what makes up targets?

all data, attributes, network data, spatial data

35
New cards

what is the curse of knowledge

the concept that explains why once you know something, it becomes hard to imagine not knowing it. can cause you to assume the reader has the same knowledge and expertise as u do

36
New cards

mental models

mental constructs that are created based on our experience IRL

37
New cards

reader-driven

overall less messaging and more open interactivity (flexible)

38
New cards

author-driven

order matters, stronger messaging and interactivity can be limited

39
New cards

data story structures

martini glass, interactive slideshow, drill-down story

40
New cards

how many different visual encodings in one visualization?

one for ea attribute

41
New cards
<p>what is this</p>

what is this

parallel set

42
New cards
<p>what is this</p>

what is this

mosaic plot

43
New cards
<p>what is this</p>

what is this

stacked barchart

44
New cards
<p>what is this</p>

what is this

star plot

45
New cards
<p>what is this</p>

what is this

bubble chart

46
New cards
<p>what is this</p>

what is this

tile map

47
New cards
<p>what is this</p>

what is this

heat map

48
New cards

Edward Tufte

visualizations are a way to explain fancy stats so avg. ppl can understand (graphical excellence)

49
New cards

Nigel Holmes

chart junk isn’t always bad, and embellishments can help enhace engagement

50
New cards

graphical excellence

communicate essence and substance of the data & stats through a chart in a precise and efficient way

51
New cards

graphical integrity

tell the truth about data and do it without diminishing the aethetic experience

52
New cards

Lie factor

size of effect shown in graphic / size of effect in data

53
New cards

data-ink-ratio

ink used to draw data / ink used in graphic

54
New cards

Holme’s 2 tips

declutter & focus

55
New cards

uncertanties

used to describe 3 things, accurracies, precision and reliability

56
New cards

reliability

how likely u r to get the same results thru repetition

57
New cards

visualizing uncertainty GOOD

gradient or violin plot

58
New cards

visualizing uncertainty BAD

bar chart w/ error bars

59
New cards

effective presentation of uncertainty

as a set of discrete, countable outcome

60
New cards
<p>hypothetical outcome plots</p>

hypothetical outcome plots

presenting uncertainty as a sample over time, where ea sample is a new frame in an animated visual

61
New cards

plinko dot plots

looks like the plinko game, designed to approvimate the data-generation process

62
New cards

how to evaluate uncertainty visualizations?

  1. does it support the task?

  2. does it match intuitions?

63
New cards

precision range

COSP (color, orientation, size, position)

64
New cards

simpsons paradox

trends that appear individually in subgroups of a dataset reverse when the data are aggregated and looked at as a whole