You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,7 +38,7 @@ Introductions, get the about-me out of the way and give a quick overview
38
38
- I have four or more meaningful data dimensions
39
39
- I want to display many levels of a single dimension
40
40
41
-
Also: If you need to see all the data points at the same time DON'T use animation
41
+
Also: If you need to see all the data points at the same time, don't use animation
42
42
43
43
<divclass="notes">
44
44
Balance between encouragement and caution
@@ -118,7 +118,7 @@ Show these examples in realtime - tell people to google for more to get ideas
118
118
It can be hard to imagine your data in an animation, so looking at examples of how other people do it can be v helpful
119
119
</div>
120
120
121
-
## How to Think About the Design
121
+
## Think About the Design
122
122
123
123
- What information do you want the audience to take away?
124
124
- Movement leads the viewer to interpretation of the data - this can be good or bad
@@ -178,7 +178,7 @@ Option: look back at the examples from earlier and talk about what the states ar
178
178
179
179
# Building the Viz
180
180
181
-
## Project Overview
181
+
## Example Project
182
182
183
183
Using data on displaced persons living in South Africa, show patterns and trends in refugee movement over twenty-plus years.
184
184
@@ -188,8 +188,6 @@ Using data on displaced persons living in South Africa, show patterns and trends
188
188
2. Over time, are the most common countries of origin about the same?
189
189
3. Is the number of refugees coming from the most common countries of origin stable?
190
190
191
-
Follow along with the notebook: https://github.com/skirmer/animating_dataviz/blob/master/ioslides_deck.Rmd
192
-
193
191
Data Source: UNHCR via data.world: [UNHCR's populations of concern residing in South Africa](https://data.world/unhcr/244d728f-06e6-4c25-8eed-69e8fe3bffe0)
194
192
195
193
<divclass="notes">
@@ -261,9 +259,9 @@ baseplot1
261
259

262
260
263
261
264
-
## Adjustments
262
+
## Reformat the Plot
265
263
266
-
Flip axis, stop grouping bars, change to country as group
264
+
Flip axis, change axes and margins, change grouping, etc.
0 commit comments