week 3 Flashcards

1
Q

2 components of data visualization

A

1- how to read graph
2- what insights to generate

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

what is scatter plot

A

simple plot (x,y) to display values for typically 2 variables

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

geographical visulization graph is

A

vertices associated with locations (x/y axis associated with longitude and latitude)

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

Heat maps are

A

2 dimensionally represent your data

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

colour maps

A

summarize hundreds of rows of data like how polygons reps a state on usa map

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

advatnage visualize over summary stats

A

convey results not just one dimensional data
o Simple stats like mean etc. provide 1 type of info

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

how does ggplot work and whats it advantage

A

work by adding layers to plots, easier to code multiple functions
o Advantages: Better images visualizations and easier to code

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

3 elements of ggplot are at least

A

1- dataframe
2- aes mapping:how variables in data frame, how they need to be plotted, where you define x and y axis including colour etc
3- geom object: determine how values are shown graphically, scatter, line polygon

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

common issue/ important things with graphs

A

o Use labels consistently
o Colour should convey a message
o Make easy to read
o Keep alignment of labels consistent
o Have a sequence or order
o Too many label points= too hard to read
scale properly
make sure visual rep correct

pick graph with most insights

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