class: center, middle, inverse, title-slide .title[ # Data Visualization ] .subtitle[ ## Chapter 1. Fundamentals of Graphical Practice ] .author[ ### Iñaki Úcar ] .institute[ ### Department of Statistics | uc3m-Santander Big Data Institute ] .institute[ ### Master in Computational Social Science ] .date[ ###
Licensed under Creative Commons Attribution
CC BY 4.0
Last generated: 2023-09-27
] --- class: base24, middle, clear - [Introduction to DataViz](ch1_1.html#3) - [Graphical Integrity](ch1_2.html#3) - [Graphical Perception](ch1_3.html#3) - [Principles of Graphical Representation](ch1_4.html#3) --- class: inverse, center, middle # Principles of Graphical Representation ## Some Useful General Guidelines --- class: base24 # Attitude There are three basic questions that is very useful to keep asking yourself over and over again as you are designing new visual representations: -- .font100[ - **What is it for?** - What is the problem that I am trying to solve? - What **questions** do I want my reader/user to be able to answer looking at this? ] -- .font100[ - **What can I see here?** - What information can I extract out of this representation? - How much effort is it needed to extract such information? - How much confidence do I have in this information? ] -- .font100[ - **How can I improve it?** - Being able to think about alternate solutions is<br> **the most important skill** ] --- # Chart Rethinking: Exercise 9 .footnote[Source: [The Functional Art](http://www.thefunctionalart.com/2015/02/redesigning-circular-timeline.html), by Alberto Cairo] .panelset[ .panel[.panel-name[Original] .pull-left.font120[ - **What is it for?** ![:vspace 82]() - **What can I see here?** ![:vspace 84]() - **How can I improve it?** ] .pull-right[ .center[![:scale 100%](assets/img/ch1/s4/rethinking91.png)] ] ] .panel[.panel-name[Iteration 1] .center[![:scale 60%](assets/img/ch1/s4/rethinking92.png)] ] ] --- class: base24 # General Guidelines ![:vspace 20]() -- - **Do not over-aggregate data** -- - **Unit-based visualizations** - Every data item is represented by a single graphical mark - Every data attribute is represented by a single channel -- - **Tufte's _high-information graphics_** - "Data-rich designs give **context and credibility** to statistical evidence" - "High-density graphics help us **compare** parts of the data by displaying much information **within the view of the eye**" -- - **Keep a critical attitude**