Difference between revisions of "Lesson 3"
Jump to navigation
Jump to search
(11 intermediate revisions by the same user not shown) | |||
Line 33: | Line 33: | ||
=Lesson Outline= | =Lesson Outline= | ||
− | * | + | * Getting Smarter about Visual Information |
− | * | + | ** The evil is at the data |
− | ** | + | * Visualising Amounts |
− | * | + | ** Bar chart |
− | * | + | ** Pareto chart |
− | * | + | ** Grouped and stacked bars |
− | * | + | ** Dot plot |
+ | * Visualising Distribution | ||
+ | ** Histogram | ||
+ | ** Density plot | ||
+ | ** Boxplot | ||
+ | ** Notched boxplot | ||
+ | ** Violin plot | ||
+ | ** Q-Q plot | ||
+ | * Visualising Relationships Among Two Continuous Variables | ||
+ | ** Scatter plot | ||
+ | * Visualising Associations Among Two Categorical Variables | ||
+ | ** Mosaic plot | ||
+ | * Visualising Uncertainty | ||
+ | ** Error bars | ||
+ | ** Confidence strips | ||
+ | ** Ridge plot | ||
=Readings= | =Readings= | ||
+ | ==Boxplot== | ||
+ | * [https://towardsdatascience.com/understanding-boxplots-5e2df7bcbd51 Understanding Boxplots] | ||
− | == | + | ==Violin Plots== |
− | * [ | + | * [https://en.wikipedia.org/wiki/Violin_plot Violin Plot-wikipedia] |
− | * [ | + | * [https://search.proquest.com/openview/dcd68eb137d2d6b08aa23f37e34e0b01/1?pq-origsite=gscholar Hintze, Jerry L.; Nelson, Ray D. (1998). "Violin Plots: A Box Plot-Density Trace Synergism". The American Statistician. 52 (2): 181–4] |
− | |||
− | |||
− | == | + | ==Notched Box Plots== |
+ | * [https://sites.google.com/site/davidsstatistics/home/notched-box-plots Notched Box Plots] | ||
− | * [ | + | ==Dot Plots== |
− | * [http://www. | + | * [https://search-proquest-com.libproxy.smu.edu.sg/docview/228429978?rfr_id=info%3Axri%2Fsid%3Aprimo Dot plots] |
− | * [ | + | * [http://www.b-eye-network.com/view/2468 Dot Plots: A Useful Alternative to Bar Charts] |
− | * [ | + | |
− | * [ | + | ==Trellis Display== |
− | * [ | + | * [https://www-jstor-org.libproxy.smu.edu.sg/stable/1390777?seq=1#metadata_info_tab_contents The Visual Design and Control of Trellis Display] |
− | * [ | + | * [https://onlinelibrary-wiley-com.libproxy.smu.edu.sg/doi/full/10.1002/wics.121 Trellis display] |
− | + | * [https://www.researchgate.net/publication/2671674_Trellis_Displays_vs_Interactive_Graphics Trellis Displays vs. Interactive Graphics] | |
− | + | ||
− | + | ==Pareto Chart== | |
+ | * [https://en.wikipedia.org/wiki/Pareto_chart Pareto chart] | ||
+ | * [https://www-tandfonline-com.libproxy.smu.edu.sg/doi/abs/10.1198/000313006X152243 Revising the Pareto Chart] | ||
− | * [ | + | ==Packed Bars== |
− | + | * [https://community.jmp.com/t5/JMP-Blog/Introducing-packed-bars-a-new-chart-form/ba-p/39972# Introducing packed bars, a new chart form] | |
− | * [https:// | + | * [https://cran.r-project.org/web/packages/rPackedBar/index.html rPackedBar: Packed Bar Charts with 'plotly'] |
Line 74: | Line 92: | ||
* [https://www.tableau.com/sites/default/files/whitepapers/which_chart_or_graph_v2.pdf Which chart or graphis right for you?] | * [https://www.tableau.com/sites/default/files/whitepapers/which_chart_or_graph_v2.pdf Which chart or graphis right for you?] | ||
* [https://www.tableau.com/sites/default/files/whitepapers/goodenoughtogreat.pdf Good Enough to Great: A Quick Guide for Better Data Visualizations] | * [https://www.tableau.com/sites/default/files/whitepapers/goodenoughtogreat.pdf Good Enough to Great: A Quick Guide for Better Data Visualizations] | ||
+ | * [https://www.tableau.com/sites/default/files/media/whitepaper_surveydata_v4.pdf Visualizing Survey Data] | ||
==Tutorial== | ==Tutorial== | ||
Line 114: | Line 133: | ||
=Visual Analytics Method(s) of the Week= | =Visual Analytics Method(s) of the Week= | ||
− | == | + | ==Age-sex Pyramid== |
− | + | * [https://en.wikipedia.org/wiki/Population_pyramid Population pyramid] | |
− | + | * [https://www.thoughtco.com/age-sex-pyramids-and-population-pyramids-1435272 Age-Sex and Population Pyramids: The Most Useful Graphs in Population Geography] | |
− | + | * [https://www.populationpyramid.net/singapore/2017/ Population Pyramid Singapore] | |
− | * [https://en.wikipedia.org/wiki/ | ||
− | * [https:// | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * [https://www. | ||
− | == | + | ==Pareto Chart== |
− | * [https:// | + | * [https://en.wikipedia.org/wiki/Pareto_chart Pareto chart] |
− | * [https:// | + | * [https://www-tandfonline-com.libproxy.smu.edu.sg/doi/abs/10.1198/000313006X152243 Revising the Pareto Chart] |
− | + | * [https://www.youtube.com/watch?v=pptICtCPSVg Creating Pareto Charts in Tableau] | |
− | + | * [https://www.youtube.com/watch?v=IIH19j_YG24 Two Color Pareto Area Chart] | |
− | * [https:// | ||
− | * [https:// |
Latest revision as of 10:07, 14 February 2020
|
|
|
|
|
Fundamentals of Visual Analytics
Contents
Lesson Outline
- Getting Smarter about Visual Information
- The evil is at the data
- Visualising Amounts
- Bar chart
- Pareto chart
- Grouped and stacked bars
- Dot plot
- Visualising Distribution
- Histogram
- Density plot
- Boxplot
- Notched boxplot
- Violin plot
- Q-Q plot
- Visualising Relationships Among Two Continuous Variables
- Scatter plot
- Visualising Associations Among Two Categorical Variables
- Mosaic plot
- Visualising Uncertainty
- Error bars
- Confidence strips
- Ridge plot
Readings
Boxplot
Violin Plots
- Violin Plot-wikipedia
- Hintze, Jerry L.; Nelson, Ray D. (1998). "Violin Plots: A Box Plot-Density Trace Synergism". The American Statistician. 52 (2): 181–4
Notched Box Plots
Dot Plots
Trellis Display
- The Visual Design and Control of Trellis Display
- Trellis display
- Trellis Displays vs. Interactive Graphics
Pareto Chart
Packed Bars
All About Tableau
White Paper
- Which chart or graphis right for you?
- Good Enough to Great: A Quick Guide for Better Data Visualizations
- Visualizing Survey Data
Tutorial
Visual Analytics Method(s) of the Week
Age-sex Pyramid
- Population pyramid
- Age-Sex and Population Pyramids: The Most Useful Graphs in Population Geography
- Population Pyramid Singapore