03 ready for review
This commit is contained in:
parent
f6d071bf17
commit
480e011563
File diff suppressed because one or more lines are too long
BIN
03.charts/arcgis-chorolpleth.png
Normal file
BIN
03.charts/arcgis-chorolpleth.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 942 KiB |
BIN
03.charts/arcgis-choropleth2.png
Normal file
BIN
03.charts/arcgis-choropleth2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 979 KiB |
BIN
03.charts/london-trees.png
Normal file
BIN
03.charts/london-trees.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
File diff suppressed because one or more lines are too long
@ -115,6 +115,15 @@ via junkcharts.typepad.com
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## How to Pick?
|
||||||
|
|
||||||
|
- Quantitative / Quantitative:
|
||||||
|
- Quantitative / Temporal:
|
||||||
|
- Quantitative / Nominal:
|
||||||
|
- Nominal / Nominal:
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### Bar Charts & Histograms
|
### Bar Charts & Histograms
|
||||||
|
|
||||||
- X/Y: Nominal (Binned Numerical - Histogram)
|
- X/Y: Nominal (Binned Numerical - Histogram)
|
||||||
@ -126,8 +135,8 @@ via junkcharts.typepad.com
|
|||||||
|
|
||||||
### Line & Area Charts
|
### Line & Area Charts
|
||||||
|
|
||||||
- X: Temporal
|
- X: Temporal / Quantitative
|
||||||
- Y: Quantitative
|
- Y: Quantitative (means / sums)
|
||||||
|
|
||||||
|
|
||||||
![bg right width:600px](lines.png)
|
![bg right width:600px](lines.png)
|
||||||
@ -138,7 +147,7 @@ via junkcharts.typepad.com
|
|||||||
|
|
||||||
![bg left width:600px](area.png)
|
![bg left width:600px](area.png)
|
||||||
|
|
||||||
Combined X axis variable has meaning.
|
Sum of stacked axis variable **must have meaning**.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -195,30 +204,58 @@ Require some data manipulation using `transform_window` or pre-computing ranks.
|
|||||||
|
|
||||||
### Scatter & Bubble Plots
|
### Scatter & Bubble Plots
|
||||||
|
|
||||||
![](bubble.png)
|
![bg left width:600px](bubble.png)
|
||||||
|
|
||||||
- X / Y: Quantitative
|
- X / Y: Quantitative
|
||||||
|
|
||||||
Bubble charts use size as a 3rd dimension.
|
Bubble charts use size as a 3rd dimension.
|
||||||
|
|
||||||
|
(Note subtle but useful transparency usage as well.)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Small Multiples / Faceting
|
### Small Multiples / Faceting
|
||||||
|
|
||||||
![](facet.png)
|
![facet](facet.png)
|
||||||
|
|
||||||
![bg right](small-maps.png)
|
![bg right](small-maps.png)
|
||||||
|
|
||||||
<!-- source: https://www.juiceanalytics.com/writing/better-know-visualization-small-multiples -->
|
<!-- source: https://www.juiceanalytics.com/writing/better-know-visualization-small-multiples -->
|
||||||
|
|
||||||
Most useful when there is a nominal variable that charts vary on.
|
Useful when there is a nominal variable being compared across two other dimensions.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Distributions
|
|
||||||
|
|
||||||
### Map Basics
|
### Map Basics
|
||||||
|
|
||||||
|
Two most common:
|
||||||
|
|
||||||
|
- point maps
|
||||||
|
- choropleths
|
||||||
|
|
||||||
|
![bg left width:600px](london-trees.png)
|
||||||
|
|
||||||
|
*Image: Trees in London, data.london.gov.uk*
|
||||||
|
|
||||||
|
<!-- source: https://data.london.gov.uk/dataset/local-authority-maintained-trees#:~:text=The%20data%20does%20not%20represent,streets%2C%20private%20gardens%20and%20more. -->
|
||||||
|
|
||||||
|
**We will revisit maps later in this course.**
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Two choropleths, same data.
|
||||||
|
|
||||||
|
![bg width:600px](arcgis-chorolpleth.png)
|
||||||
|
|
||||||
|
![bg width:600px](arcgis-choropleth2.png)
|
||||||
|
|
||||||
|
<!-- source: https://carto.maps.arcgis.com/apps/webappviewer/index.html?id=7475c5788efe4c75a9642f552f61d568 -->
|
||||||
|
|
||||||
|
Unit of measurement is incredibly important.
|
||||||
|
|
||||||
|
Consider alternatives if district/population sizes vary significantly.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## When & How to Break the Rules
|
## When & How to Break the Rules
|
||||||
@ -284,6 +321,8 @@ You work at CERN.
|
|||||||
|
|
||||||
![bg right width:700px](lhc.png)
|
![bg right width:700px](lhc.png)
|
||||||
|
|
||||||
|
(Image: CERN Large Hadron Collider)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Acknowledgements & References
|
## Acknowledgements & References
|
||||||
|
Loading…
Reference in New Issue
Block a user