cs171 visualization
play

CS171 Visualization Alexander Lex alex@seas.harvard.edu The - PowerPoint PPT Presentation

CS171 Visualization Alexander Lex alex@seas.harvard.edu The Visualization Alphabet: Marks and Channels [xkcd] This Week Thursday: Task Abstraction, Validation Homework 1 due on Friday! Any more problems with private GitHub repositories?


  1. CS171 Visualization Alexander Lex alex@seas.harvard.edu The Visualization Alphabet: Marks and Channels [xkcd]

  2. This Week Thursday: Task Abstraction, Validation Homework 1 due on Friday! Any more problems with private GitHub repositories? Later today: Introduction to HW 2 Reading: D3, Chapter 12; VAD, Chapters 3&4

  3. Next Week Lecture 7: Homework 2 Design Studio Lecture 8: Interaction 
 Guest Lecture, Jean-Daniel Fekete (INRIA) Sections: D3 & JS: Data Structures, Layouts

  4. No Device Policy No Computers, Tablets, Phones in lecture hall except when used for exercises Switch off, mute, flight mode Why? It’s better to take notes by hand Notifications are designed to grab your attention

  5. Last Week

  6. Terms Dataset Types Tables Networks Fields (Continuous) Geometry (Spatial) Grid of positions Attributes (columns) Link Items Cell Position (rows) Dataset Types Node (item) Attributes (columns) Cell containing value Value in cell Trees Multidimensional Table what can be visualized? Value in cell Data Types Data Types Items Attributes Links Positions Grids fundamental units combinations make up Dataset Types

  7. Attributes Tables Keys Values Flat Table Item one item per row each column is attribute unique (implicit) key no duplicates Multidimensional Table indexing based on multiple keys

  8. Multidimensional Tables Keys: Patients Keys: Genes

  9. Graphs/Networks A graph G(V,E) consists of a set of vertices (nodes) V and a set of edges (links) E connecting these vertices. A tree is a graph with no ¡cycles

  10. Fields Attribute values associated with cells Cell contains data from continuous domain Temperature, pressure, wind velocity Measured or simulated Sampling & Interpolation Signal processing & stats

  11. Other Collections Sets Unique items, unordered Lists Ordered, duplicates allowed Clusters Groups of similar items

  12. Data Types Categorical/Nominal (labels) Operations: =, ≠ Ordinal (ordered) Operations: =, ≠ , >, < Interval (location of zero arbitrary) Operations: =, ≠ , >, <, +, − (distance) Ratio (zero fixed) Operations: =, ≠ , >, <, +, − , × , ÷ (proportions) On the theory of scales and measurements [S. Stevens, 46]

  13. Item/Element/ (Independent) Variable

  14. Attribute/ Dimension/ (Dependent) Variable/ Feature

  15. Semantics

  16. Keys?

  17. Attribute Types?

  18. Categorical Ordinal Quantitative

  19. Design Critique

  20. Recalled Cars NY Times http://goo.gl/82tE6b

  21. The Visualization Alphabet: Marks and Channels

  22. How can I visually represent two numbers, e.g., 4 and 8

  23. Marks & Channels Marks : represent items or links Channels : change appearance based on attribute Channel = Visual Variable

  24. Example: Homework 2

  25. Marks for Items Basic geometric elements 0D 1D 2D 3D mark: Volume, but rarely used

  26. Marks for Links Containment Connection

  27. Containment can be nested [Riche & Dwyer, 2010]

  28. Channels (aka Visual Variables) Control appearance proportional to or based on attributes

  29. Jacques Bertin French cartographer [1918-2010] Semiology of Graphics [1967] Theoretical principles for visual encodings

  30. Bertin’s Visual Variables Marks: Points Lines Areas Position Size (Grey)Value Texture Color Orientation Shape Semiology of Graphics [J. Bertin, 67]

  31. Using Marks and Channels Mark: Line Mark: Point Adding Hue Adding Size Channel: Length/Position Channel: Position +1 categorical attr. +1 quantitative attr. 1 quantitative attribute 2 quantitative attr. 1 categorical attribute

  32. Redundant encoding Length, Position and Value

  33. Good bar chart? Rule: Use channel proportional to data!

  34. Types of Channels Magnitude Channels Identity Channels How much? What? Where? Position Shape Length Color (hue) Saturation … Spatial region … Ordinal & Quantitative Data Categorical Data

  35. Channels: Expressiveness Types and E fg ectiveness Ranks Magnitude Channels: Ordered Attributes Identity Channels: Categorical Attributes Position on common scale Spatial region Position on unaligned scale Color hue Length (1D size) Motion Tilt/angle Shape Area (2D size) Depth (3D position) Color luminance Color saturation Curvature Volume (3D size)

  36. What visual variables are used? http://www.nytimes.com/interactive/2013/05/25/sunday-review/corporate-taxes.html

  37. What visual variables are used?

  38. Characteristics of Channels Selective Is a mark distinct from other marks? Can we make out the difference between two marks? Associative Does it support grouping? Quantitative (Magnitude vs Identity Channels) Can we quantify the difference between two marks?

  39. Characteristics of Channels Order (Magnitude vs Identity) Can we see a change in order? Length How many unique marks can we make?

  40. Position Strongest visual variable Suitable for all data types Selective: yes Problems: Associative: yes Sometimes not available (spatial data) Quantitative: yes Cluttering Order: yes Length: fairly big

  41. Example: Scatterplot

  42. Position in 3D? [Spotfire]

  43. Length & Size Good for 1D, OK for 2D, Bad for 3D Easy to see whether one is bigger Aligned bars use position redundantly For 1D length: Selective: yes Associative: yes Quantitative: yes Order: yes Length: high

  44. Example 2D Size: Bubbles

  45. Value/Luminance/Saturation OK for quantitative data when length & size are used. Not very many shades recognizable Selective: yes Associative: yes Quantitative: somewhat (with problems) Order: yes Length: limited

  46. Example: Diverging Value-Scale

  47. ????? Color < < Selective: yes Good for qualitative data (identity channel) Associative: yes Limited number of classes/length (~7-10!) Quantitative: no Does not work for quantitative data! Order: no Lots of pitfalls! Be careful! Length: limited My rule: minimize color use for encoding data use for brushing

  48. Color: Bad Example Cliff Mass

  49. Color: Good Example

  50. Shape ????? < < Great to recognize many classes. No grouping, ordering. Selective: yes Associative: limited Quantitative: no Order: no Length: vast

  51. Chernoff Faces Idea: use facial parameters to map quantitative data Does it work? Not really! Critique: https://eagereyes.org/criticism/chernoff-faces

  52. More Channels

  53. Why are quantitative channels different? S = sensation I = intensity

  54. Steven’s Power Law, 1961 Electric From Wilkinson 99, based on Stevens 61

  55. How much longer? A 2x B

  56. How much longer? A 4x B

  57. How much steeper? ~4x A B

  58. How much larger (area)? 5x A B

  59. How much larger (area)? 3x A B

  60. How much larger (diameter)? 2x A B

  61. How much darker? 2x A B

  62. Position, Length & Angle

  63. Other Factors Affecting Accuracy Alignment Distractors Distance B B A B A A Common scale Unframed Framed Unframed Unaligned Aligned Unaligned … VS VS VS

  64. Cleveland / McGill, 1984 William S. Cleveland; Robert McGill , “Graphical Perception: Theory, Experimentation, and Application to the Development of Graphical Methods.” 1984

  65. Heer & Bostock, 2010

  66. Cleveland & McGill’s Results Positions 1.0 1.5 2.0 2.5 3.0 Log Error Crowdsourced Results Angles Circular areas Rectangular areas (aligned or in a treemap) 1.0 1.5 2.0 2.5 3.0 Log Error

  67. Jock Mackinlay, 1986 Decreasing [Mackinlay, Automating the Design of Graphical Presentations of Relational Information, 1986]

  68. Channels: Expressiveness Types and E fg ectiveness Ranks Magnitude Channels: Ordered Attributes Identity Channels: Categorical Attributes Position on common scale Spatial region Position on unaligned scale Color hue Length (1D size) Motion Tilt/angle Shape Area (2D size) Depth (3D position) Color luminance Color saturation Curvature Volume (3D size)

  69. Separability of Attributes Can we combine multiple visual variables? T. Munzner, Visualization Analysis and Design, 2014

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend