Outline. Design Principles and Graph Types. CS 795/895 Information Visualization Fall Dr. Michele C. Weigle

Size: px
Start display at page:

Download "Outline. Design Principles and Graph Types. CS 795/895 Information Visualization Fall Dr. Michele C. Weigle"

Transcription

1 CS 795/895 Information Visualization Fall 2012 Design Principles and Graph Types Dr. Michele C. Weigle Outline! Tables! Graph Basics! Design Principles! Graph Types! Graphical Integrity! Resources! Few, Show Me the Numbers!! Tufte, The Visual Display of Quantitative Information! Visualize This, Chs 5-6! John Stasko's CS GaTech, Spring

2 Tables vs. Graphs! Tables! Used to look up individual values! Used to compare individual values! Precise values are required! The quantitative info to be communicated involves more than one unit of measure! Graphs! Message is contained in the shape of the values! Used to reveal relationships among multiple values 3 S. Few, Show Me the Numbers Effective Table Design! See Chapter 8 in Show Me the Numbers! Appendix A (handout)! Proper and effective use of layout, typography, shading, etc. can go a long way! Tables may be underused 4 Stasko, GaTech 2011

3 Tables Examples Few, Save the Pies for Dessert, 5 Few, Effectively Communicating Numbers, Outline! Tables! Graph Basics! Design Principles! Graph Types! Graphical Integrity 6

4 Graph Basics! Must keep the task in mind! why do you need a graph?! what questions are being answered?! what data is needed to answer those questions?! who is the audience? 7 Stasko, GaTech 2011 Graph Basics Graph Components! Framework! Measurement types, scale! Content! Marks, lines, points! Labels! Title, axes, ticks 8 Stasko, GaTech 2011

5 Graph Basics Graphical Properties of Structures! Size, shape, color, orientation 9 Stasko, GaTech 2011 Graph Basics Back to Data! What were the different types of data sets?! Number of variables per class! 1 - Univariate data! 2 - Bivariate data! 3 - Trivariate data! >3 - Hypervariate data 10 Stasko, GaTech 2011

6 Graph Basics Univariate Data 11 Stasko, GaTech 2011 Graph Basics What Goes Where! In univariate representations, we often think of the data case as being shown along one dimension, and the value in another 12 Stasko, GaTech 2011

7 Graph Basics Alternate View! We may think of a graph as representing independent (data case) and dependent (value) variables! Guideline:! Independent vs. dependent variables! Put independent on x-axis! See resultant dependent variables along y-axis 13 Stasko, GaTech 2011 Graph Basics Bivariate Data 14 Stasko, GaTech 2011

8 Graph Basics Trivariate Data! Is this easy to understand? 15 Stasko, GaTech 2011 Graph Basics Trivariate - Alternative Representation! Still use 2D but have mark property (size, color, etc.) represent third variable 16 Stasko, GaTech 2011

9 Graph Basics Trivariate - Alternative Representation! Represent each variable in its own explicit way 17 Stasko, GaTech 2011 Graph Basics Hypervariate Data! The tough one! Number of well-known visualization techniques exist for data sets of 1-3 dimensions! line graphs, bar graphs, scatter plots! We see a 3-D world (4-D with time)! What about data sets with more than 3 variables?! Often the interesting, challenging ones 18 Stasko, GaTech 2011

10 Graph Basics Multiple Views! Give each variable its own display 19 Stasko, GaTech 2011 Graph Basics Scatterplot Matrix! Represent each possible pair of variables in their own 2D scatterplot! Useful for what?! Misses what? 20 Stasko, GaTech 2011

11 e e forcible_rape robbery 400 burglary 3000 larceny_theft 800 for each case (each state and US), 8 variables aggravated_assault 1500! Use crime data! 50 Scatterplot Matrix in R Implementation Time murder 3.5e+07 population e e e+00 Filter out DC and US averages! 200 motor_vehicle_theft robbery plot (crime2[,2:9]) aggravated_assault larceny_theft 800 motor_vehicle_theft 200 plot (crime2[,2:9], panel=panel.smooth) 3.5e+07! burglary 1500 Add fitted LOESS curve! ! forcible_rape 400 Use plot command to show data in all columns! 2 murder 0.0e+00 population 21 2 Outline! Tables! Graph Basics! Design Principles! Graph Types! Graphical Integrity Yau, Visualize This, Ch 6 (pp )

12 Design Principles Basic Principles! Highlight the data! Above else, show the data -Tufte! Organize the data! Reduce the non-data ink! Would the data suffer loss of meaning or impact if this was eliminated?! Enhance the data ink! Revise and edit 23 S. Few, Show Me the Numbers Design Principles Data-Ink Ratio! Maximize data-ink ratio! Data-ink ratio! Data ink / Total ink used in graphic! proportion of graphic's ink devoted to the nonredundant display of data-information! Examples - p. 94! top figure - good! bottom figure - bad! Another example - p. 30! NYC Weather - we saw this on day 1 24 Tufte, The Visual Display of Quantitative Information

13 Design Principles! Maximize data density! number of entries in data matrix / area of data graphic 25 Tufte, The Visual Display of Quantitative Information Maximize Data Density p. 166 "Data-rich designs give a context and credibility to statistical evidence. Low-information designs are suspect: what is left out, what is hidden, why are we shown so little? High-density graphics help us to compare parts of the data by displaying much information within the view of the eye: we look at one page at a time and the more on the page, the more effective and comparative our eye can be. The principle, then, is: Maximize data density and the size of the data matrix, within reason. 26 Tufte, The Visual Display of Quantitative Information

14 Design Principles! Avoid chartjunk! Extraneous visual elements that detract from message! Example - p. 118! worst graphic ever? 27 Tufte, The Visual Display of Quantitative Information Chartjunk USA Today 28

15 Chartjunk Rethink That? Bateman et al. CHI 2010! Compared plain charts to "embellished" charts! Found that the embellished charts were just as good on interpretation accuracy and were recalled better weeks later! Participants also preferred the embellished ones! Some caveats:! Very simple data! Very plain plain charts! Each chart/data is different 29 Chartjunk Rethink That? Hullman et al. InfoVis 2011! Benefitting InfoVis with Visual Difficulties! Non-efficient visual elements may benefit comprehension and recall on the part of users.! Introducing cognitive difficulties to visualization interaction can improve a user's understanding of important information! Paper generated a little bit of pushback from Stephen Few! visual_business_intelligence/visual_difficulties.pdf! challenges those guidelines based solely on an illusion of evidence and credible research, which dissolves into an ephemeral mist upon examination.! Is there common ground?! 30

16 Design Principles Few's Selection and Design Process! What's the message? What's the data?! must know what's important before trying to communicate! Table, graph, or both?! see Few handout (pg. 239)! Best means to encode the values?! see Few handout (pg. 240) 31 S. Few, Effectively Communicating Numbers Few's Selection and Design Process How to Encode Values! Points! Useful in scatterplots for 2-values! Can replace bars when scale doesn't start at 0! Lines! Connect values in a series! Show changes, trends, patterns! Not for a set of nominal or ordinal values! Bars! Emphasizes individual values! Good for comparing individual values! Boxes! Shows a distribution of values 32 Stasko, GaTech 2011

17 How to Encode Values Encoding Quantitative Values! Two most powerful attributes for encoding quantitative values! line length! 2D position! These are better than color, shape, size! we can tell easily that these are different, but it's hard to tell by how much! In particular, it's hard to compare 2D areas! so avoid pie charts! 33 S. Few, Effectively Communicating Numbers Design Principles Few's Selection and Design Process! Where to display each variable?! vertical vs. horizontal bars! multiple bars! small multiples 34 S. Few, Effectively Communicating Numbers

18 Where to Display Values Vertical vs. Horizontal Bars! Horizontal can be good if long text labels or many items 35 Where to Display Values Multiple Bars! Can be used to encode another variable 36

19 Where to Display Values Small Multiples! Can distribute a variable across graphs! Sometimes called a trellis display or small multiples 37 Design Principles! Use small multiples! Repeat visually similar graphical elements nearby rather than spreading far apart! Example - p. 168! 23 hours of LA air pollution 38 Tufte, The Visual Display of Quantitative Information

20 Few's Selection and Design Process Best Design for the Remaining Objects! Range of the quantitative scale?! bars - start from 0! lines, points - adjust scale so that it extends a little below the lowest data value and a little above the highest! bars - if you want to narrow the scale, switch from bars to points! If a legend is required, where to place it?! the more directly you label the data, the better! bar - arrange labels to match the arrangement of bars! Tick marks required for axis?! only necessary on quantitative scales! only major tick marks are necessary (5-10 usually enough) 39 S. Few, Effectively Communicating Numbers Few's Selection and Design Process Best Design for the Remaining Objects! Best location for the quantitative scale?! avoid placing scale on right side unless necessary! if quantitative scale ranges between positive and negative, place axis at 0 (but don't let labels interfere with data)! Grid lines required?! values cannot be interpreted with the necessary degree of accuracy! subset of points in multiple related scatter plots must be compared! if used, make them barely visible! What descriptive text is needed?! title! axes titles 40 S. Few, Effectively Communicating Numbers

21 Axis Labels My Pet Peeve 41 Design Principles Few's Selection and Design Process! Should particular data be featured, and if so, how?! use bright or dark colors (when using soft colors for everything else)! bars - place borders around only those bars that should be highlighted! lines - make lines to be highlighted thicker! points - make featured points larger or include fill color in them alone 42 S. Few, Effectively Communicating Numbers

22 Design Principles Other Issues! Reference Lines! Now You See It, pgs ! Overplotting! too many data points! Now You See It, pg. 118! Narrative! Content is King 43 Design Principles Overplotting Solutions! Reducing size of data objects! Removing all fill color from data objects! Changing the shape of data objects! Jittering data objects! Making data objects transparent! Encoding the density of values! Reducing the number of values! Aggregating the data! Filtering the data! Breaking the data into a series of separate graphs! Statistically sampling the data 44

23 Design Principles Narrative! Show mechanism, process, dynamics, and causality! cause and effect are key! make graphic exhibit causality! Utilize narratives of space and time! tell a story of position and chronology through visual elements! We'll see more of this later - storytelling and data journalism 45 Tufte, The Visual Display of Quantitative Information Design Principles Content Is King! Quality, relevance and integrity of the content is fundamental! What's the analysis task? Make the visual design reflect that! Integrate text, chart, graphic, map into a coherent narrative 46 Stasko, GaTech 2011

24 Design Principles Example and Challenge - Government Data 47 Outline! Tables! Graph Basics! Design Principles! Graph Types! Graphical Integrity 48

25 Graph Types! Multiple Variables! Time Series Data! Part-to-Whole Relationships! Deviation Analysis! Distribution Analysis! Correlation Analysis! Two Interesting Graph Types 49 Multiple Variables Trellis Display! Multiple graphs that typically vary on one variable! Arrange in order of magnitude, not alphabetically or arbitrarily! pgs

26 Multiple Variables Crosstab! Varies across more than one variable! pgs Multiple Variables Multiple Concurrent Views! Vintage infovis! p. 107! Few calls such things faceted analytical displays as opposed to dashboards! for monitoring, not analysis! Note: This visualization was done in Tableau 52

27 Time Series Data! Patterns to be shown! Trend! Variability! Rate of change! Co-variation! Cycles! Exceptions 53 Time Series Data Line Graphs! p. 151! When to use:! When quantitative values change during a continuous period of time 54

28 Time Series Data Bar Graphs! p. 152! When to use:! When you want to support the comparison of individual values 55 Time Series Data Data Plots! p. 153! When to use:! When analyzing values that are spaced at irregular intervals of time 56

29 Time Series Data Radar Graphs! p. 154! When to use:! When you want to represent data across the cyclical nature of time 57 Time Series Data Heatmaps! p. 157! When to use:! When you want to display a large quantity of cyclical data (too much for radar)! Black should not be used as a middle value because of its saliency (visual prominence)! Some people are red-green color blind too 58

30 Time Series Data Box Plots! p. 157! bottom of box - 25 th percentile (1 st quartile)! top of box - 75 th percentile (3 rd quartile)! band inside box - mean! When to use:! You want to show how values are distributed across a range and how that distribution changes over time 59 Implementation Time Box Plots in R! boxplot() function! whiskers IQR (inter-quartile range)! dots - high or low values outside 1.5 IQR! Example using built-in data OrchardSprays > OrchardSprays decrease rowpos colpos treatment D E boxplot(decrease ~ treatment, data = OrchardSprays, log = "y", col = "bisque") A B C D E F G H 60

31 Time Series Data Animated Scatterplots! ala Hans Rosling! p. 159! When to use:! To compare how two quantitative variables change over time 61 Time Series Data Banking to 45! p ! Same diagram, just drawn at different aspect ratios! People interpret the diagrams better when lines are around 45, not too flat, not too steep 62

32 Time Series Data Question! p. 172! Which is increasing at a faster rate, hardware sales or software sales?! Both at same rate, 10%! Log scale shows this 63 Time Series Data Patterns! p. 176! Daily sales! Average per day 64

33 Time Series Data Cycle Plot! p. 177! Combines visualizations from two prior graphs 65 Part-to-Whole Relationships! pgs ! How much wine of different varieties is produced?! Bar graphs are much more effective than pie charts for analyzing ranking and part-to-whole relationships 66

34 Implementation Time Pie Charts in Protovis var data = [172, 136, 135, 101, 80, 68, 50, 29, 19, 41]; a = pv.scale.linear(0, pv.sum(data)).range(0, 2*Math.PI); vis.add(pv.wedge).data(data).bottom(w/2).left(w/2).outerradius(r).angle(a) 67 Yau, Visualize This, Ch 5 (pp ) Implementation Time Stacked Bar Charts in Protovis var data = { "Issue":["Race Relations", Education", "Terrorism", "Energy Policy", "Foreign Affairs", "Environment", "Situation in Iraq", "Taxes", "Healthcare Policy", "Economy", "Situation in Afghanistan", "Federal Budget Deficit", "Immigration"], "Approve":[52,49,48,47,44,43,41,41,40,38,36,31,29], "Disapprove":[38,40,45,42,48,51,53,54,57,59,57,64,62], "None":[10,11,7,11,8,6,6,5,3,3,7,5,9] }; var bar = vis.add(pv.layout.stack).layers(data).x(function() x(this.index)).y(function(d) y(d)).layer.add(pv.bar).fillstyle(function() fill[this.parent.index]).width(x.range().band); 68 Yau, Visualize This, Ch 5 (pp )

35 Part-to-Whole Relationships Pareto Chart! p. 194! Shows individual contributors and increasing total! 80/20 rule! 80% of effect comes from 20% 69 Deviation Analysis! p. 203! Do you show the two values in question or the difference of the two? 70

36 Distribution Analysis Views! Histogram! Frequency polygon! Strip plot! Stem-and-leaf plot 71 Distribution Analysis Histogram! p

37 Implementation Time Histogram in R! Use birth rate data! for each case (each country), birth rates ! Grab only 2008 data! row X2008! Use hist command! hist(birth$x2008)! Add more bins! hist(birth$x2008, breaks=20) 73 Frequency Histogram of birth$x birth$x2008 Frequency Histogram of birth$x birth$x2008 Yau, Visualize This, Ch 6 (pp ) Distribution Analysis Frequency Polygon! Line used to display a distribution! p

38 Implementation Time Density in R! Use birth rate data density.default(x = birth2008)! Clean data for 2008 (remove values with NA)! data can't have missing values for density computation! Use density command to compute stats! d2008 <- density(birth2008) Density ! Use plot command! plot (d2008) N = 219 Bandwidth = Yau, Visualize This, Ch 6 (pp ) Distribution Analysis Strip Plot! Display each individual value in a distribution, laid out on a single line! p

39 Distribution Analysis Stem-and-Leaf Plot! Invented by John Tukey! Combines summary and detail information in a single display! Digits to the left of the line are stem, digits to the right of the line are leaf! p Implementation Time Stem and Leaf Plot in R! Use birth rate data! Grab only 2008 data 78! row X2008! Use stem command! stem (birth$x2008) The decimal point is at the Example using Protovis: Yau, Visualize This, Ch 6 (pp )

40 Distribution Analysis Comparisons! p. 234! Note how first one's curve is smooth (not such a noticeable difference). Second one is more noticeable. Same data. 79 Correlation Analysis! p. 276! How can we clean this up? 80

41 Correlation Analysis Crosstab! p Two Interesting Graph Types Use Data to Form Graph Elements! Utilize multifunctioning graphical elements (macro/micro readings)! Graphical elements that convey data information and a design function! Example - p. 141! US Army Divisions going to France in WW I! Leonard P. Ayres, The War with Germany, Tufte, The Visual Display of Quantitative Information

42 Two Interesting Graph Types Sparklines! Small, repeated graphics (frequently line graphs)! examples: p. 171! jquerysparklines 83 Tufte, The Visual Display of Quantitative Information For Fun! 45 Ways to Communicate Two Quantities: 75 and 37! 84

43 Outline! Tables! Graph Basics! Design Principles! Graph Types! Graphical Integrity 85 Graphical Integrity! Tufte is very big on graphical integrity! Your graphic should tell the truth about your data 86 Tufte, The Visual Display of Quantitative Information

44 Example Stock Market Crash? 87 Stasko, GaTech 2011 Example Show Entire Scale 88 Stasko, GaTech 2011

45 Example Show in context 89 Stasko, GaTech 2011 Graphical Integrity! Where's the baseline?! What's the scale?! What's the context? 90 Tufte, The Visual Display of Quantitative Information

46 Graphical Integrity Visual Display, p. 57! Scale? 91 Tufte, The Visual Display of Quantitative Information Graphical Integrity Visual Display, p top figure! Great work! 92 Tufte, The Visual Display of Quantitative Information

47 Graphical Integrity Visual Display, p bottom figure! Ahhhhh! Show the context 93 Tufte, The Visual Display of Quantitative Information Graphical Integrity Picking on Fox News! Someone has trouble with graphical integrity

48 Graphical Integrity Watch Size Coding! Height/width vs. area vs. volume! Example - p. 62 top! Volume = value? 95 Tufte, The Visual Display of Quantitative Information Graphical Integrity Measuring Misrepresentation! Visual attribute value should be directly proportional to data attribute value! Lie factor = Size of effect shown in graphic / Size of effect in data! pg top figure! 9.4 = 4280 / Tufte, The Visual Display of Quantitative Information

49 Outline! Tables! Graph Basics! Design Principles! Graph Types! Graphical Integrity! Wrapping Up 97 Guides for Enhancing Visual Quality! Attractive displays of statistical info! have a properly chosen format and design! use words, numbers and drawing together! reflect a balance, a proportion, a sense of relevant scale! display an accessible complexity of detail! often have a narrative quality, a story to tell about the data! are drawn in a professional manner, with the technical details of production done with care! avoid content-free decoration, including chartjunk 98 Stasko, GaTech 2011

50 Information Overload What about confusing clutter? Information overload? Doesn't data have to "boiled down" and "simplified"? These common questions miss the point, for the quantity of detail is an issue completely separate from the difficultly of reading. Clutter and confusion are failures of design, not attributes of information. Often the less complex and less subtle the line, the more ambiguous and less interesting is the reading. Stripping the detail out of data is a style based on personal preference and fashion, considerations utterly indifferent to substantive content. Tufte, Envisioning Information, p Stasko, GaTech 2011 Graphical Displays Should! Show the data! Induce the viewer to think about substance rather than about methodology, graphic design the technology of graphic production, or something else! Avoid distorting what the data have to say! Present many numbers in a small space! Make large data sets coherent! Encourage the eye to compare different pieces of data! Reveal the data at several levels of detail, from a broad overview to the fine structure! Serve a reasonably clear purpose: description, exploration, tabulation, or decoration! Be closely integrated with statistical and verbal descriptions of a data set 100 Stasko, GaTech 2011

51 Poor Graphs Can Be Transformed! Parliament Guide to Statistical Charts! SN05073.pdf! pg. 1 - before after (w/excel defaults)! Graph Design for Effective Communication, S. Few! %20for%20Effective%20Communication.pdf! Slides Outline! Tables! Graph Basics! Design Principles! Graph Types Next Up: Data (Formats, Gathering, Cleaning, Linking) Reading: Visualize This, Ch 2! Graphical Integrity! Wrapping Up 102

Tufte s Design Principles

Tufte s Design Principles Tufte s Design Principles CS 7450 - Information Visualization January 27, 2004 John Stasko HW 2 - Minivan Data Vis What people did Classes of solutions Data aggregation, transformation Tasks - particular

More information

Few s Design Guidance

Few s Design Guidance Few s Design Guidance CS 4460 Intro. to Information Visualization September 9, 2014 John Stasko Today s Agenda Stephen Few & Perceptual Edge Fall 2014 CS 4460 2 1 Stephen Few s Guidance Excellent advice

More information

Statistical Graphs & Charts

Statistical Graphs & Charts Statistical Graphs & Charts CS 4460 Intro. to Information Visualization August 30, 2017 John Stasko Learning Objectives Learn different statistical data graphs Line graph, Bar Graph, Scatterplot, Trellis,

More information

Envisioning Information. Tufte s Design Principles. James Eagan

Envisioning Information. Tufte s Design Principles. James Eagan Envisioning Information Tufte s Design Principles James Eagan Adapted from slides by John Stasko Graphical excellence is the well-designed presentation of interesting data a matter of substance, of statistics,

More information

Multivariate Data & Tables and Graphs

Multivariate Data & Tables and Graphs Multivariate Data & Tables and Graphs CS 4460/7450 - Information Visualization Jan. 13, 2009 John Stasko Agenda Data and its characteristics Tables and graphs Design principles Spring 2009 CS 4460/7450

More information

Multivariate Data & Tables and Graphs. Agenda. Data and its characteristics Tables and graphs Design principles

Multivariate Data & Tables and Graphs. Agenda. Data and its characteristics Tables and graphs Design principles Topic Notes Multivariate Data & Tables and Graphs CS 7450 - Information Visualization Aug. 27, 2012 John Stasko Agenda Data and its characteristics Tables and graphs Design principles Fall 2012 CS 7450

More information

Multivariate Data & Tables and Graphs. Agenda. Data and its characteristics Tables and graphs Design principles

Multivariate Data & Tables and Graphs. Agenda. Data and its characteristics Tables and graphs Design principles Multivariate Data & Tables and Graphs CS 7450 - Information Visualization Aug. 24, 2015 John Stasko Agenda Data and its characteristics Tables and graphs Design principles Fall 2015 CS 7450 2 1 Data Data

More information

DEPARTMENT OF COMPUTER SCIENCE UNIVERSITY OF TORONTO CSC318S THE DESIGN OF INTERACTIVE COMPUTATIONAL MEDIA. Lecture March 1998

DEPARTMENT OF COMPUTER SCIENCE UNIVERSITY OF TORONTO CSC318S THE DESIGN OF INTERACTIVE COMPUTATIONAL MEDIA. Lecture March 1998 DEPARTMENT OF COMPUTER SCIENCE UNIVERSITY OF TORONTO CSC318S THE DESIGN OF INTERACTIVE COMPUTATIONAL MEDIA Lecture 19 30 March 1998 PRINCIPLES OF DATA DISPLAY AND VISUALIZATION 19.1 Nature, purpose of

More information

Information Visualization in Data Mining. S.T. Balke Department of Chemical Engineering and Applied Chemistry University of Toronto

Information Visualization in Data Mining. S.T. Balke Department of Chemical Engineering and Applied Chemistry University of Toronto Information Visualization in Data Mining S.T. Balke Department of Chemical Engineering and Applied Chemistry University of Toronto Motivation Data visualization relies primarily on human cognition for

More information

Bar Charts and Frequency Distributions

Bar Charts and Frequency Distributions Bar Charts and Frequency Distributions Use to display the distribution of categorical (nominal or ordinal) variables. For the continuous (numeric) variables, see the page Histograms, Descriptive Stats

More information

STA 570 Spring Lecture 5 Tuesday, Feb 1

STA 570 Spring Lecture 5 Tuesday, Feb 1 STA 570 Spring 2011 Lecture 5 Tuesday, Feb 1 Descriptive Statistics Summarizing Univariate Data o Standard Deviation, Empirical Rule, IQR o Boxplots Summarizing Bivariate Data o Contingency Tables o Row

More information

Why Should We Care? More importantly, it is easy to lie or deceive people with bad plots

Why Should We Care? More importantly, it is easy to lie or deceive people with bad plots Plots & Graphs Why Should We Care? Everyone uses plots and/or graphs But most people ignore or are unaware of simple principles Default plotting tools (or default settings) are not always the best More

More information

Information Visualization. SWE 432, Fall 2016 Design and Implementation of Software for the Web

Information Visualization. SWE 432, Fall 2016 Design and Implementation of Software for the Web Information Visualization SWE 432, Fall 2016 Design and Implementation of Software for the Web Today What types of information visualization are there? Which one should you choose? What does usability

More information

EDWARD TUFTE. The Visual Display of Quantitative Information. Envisioning Information. Edward Tufte

EDWARD TUFTE. The Visual Display of Quantitative Information. Envisioning Information. Edward Tufte EDWARD TUFTE The Leonardo da Vinci of data. -The New York Times The Visual Display of Quantitative Information Envisioning Information Edward Tufte Edward Tufte Background Info Visual Display of Quantitative

More information

Chapter 3. Determining Effective Data Display with Charts

Chapter 3. Determining Effective Data Display with Charts Chapter 3 Determining Effective Data Display with Charts Chapter Introduction Creating effective charts that show quantitative information clearly, precisely, and efficiently Basics of creating and modifying

More information

The basic arrangement of numeric data is called an ARRAY. Array is the derived data from fundamental data Example :- To store marks of 50 student

The basic arrangement of numeric data is called an ARRAY. Array is the derived data from fundamental data Example :- To store marks of 50 student Organizing data Learning Outcome 1. make an array 2. divide the array into class intervals 3. describe the characteristics of a table 4. construct a frequency distribution table 5. constructing a composite

More information

SAS Visual Analytics 8.2: Working with Report Content

SAS Visual Analytics 8.2: Working with Report Content SAS Visual Analytics 8.2: Working with Report Content About Objects After selecting your data source and data items, add one or more objects to display the results. SAS Visual Analytics provides objects

More information

visualizing q uantitative quantitative information information

visualizing q uantitative quantitative information information visualizing quantitative information visualizing quantitative information martin krzywinski outline best practices of graphical data design data-to-ink ratio cartjunk circos the visual display of quantitative

More information

Lecture Slides. Elementary Statistics Twelfth Edition. by Mario F. Triola. and the Triola Statistics Series. Section 2.1- #

Lecture Slides. Elementary Statistics Twelfth Edition. by Mario F. Triola. and the Triola Statistics Series. Section 2.1- # Lecture Slides Elementary Statistics Twelfth Edition and the Triola Statistics Series by Mario F. Triola Chapter 2 Summarizing and Graphing Data 2-1 Review and Preview 2-2 Frequency Distributions 2-3 Histograms

More information

Table of Contents (As covered from textbook)

Table of Contents (As covered from textbook) Table of Contents (As covered from textbook) Ch 1 Data and Decisions Ch 2 Displaying and Describing Categorical Data Ch 3 Displaying and Describing Quantitative Data Ch 4 Correlation and Linear Regression

More information

INDEX UNIT 4 PPT SLIDES

INDEX UNIT 4 PPT SLIDES INDEX UNIT 4 PPT SLIDES S.NO. TOPIC 1. 2. Screen designing Screen planning and purpose arganizing screen elements 3. 4. screen navigation and flow Visually pleasing composition 5. 6. 7. 8. focus and emphasis

More information

CS 4460 Intro. to Information Visualization Sep. 18, 2017 John Stasko

CS 4460 Intro. to Information Visualization Sep. 18, 2017 John Stasko Multivariate Visual Representations 1 CS 4460 Intro. to Information Visualization Sep. 18, 2017 John Stasko Learning Objectives For the following visualization techniques/systems, be able to describe each

More information

8. MINITAB COMMANDS WEEK-BY-WEEK

8. MINITAB COMMANDS WEEK-BY-WEEK 8. MINITAB COMMANDS WEEK-BY-WEEK In this section of the Study Guide, we give brief information about the Minitab commands that are needed to apply the statistical methods in each week s study. They are

More information

Information Visualization Course

Information Visualization Course Information Visualization Course Informatica Umanistica Università di Pisa Lecture 2 Design Principles 3 rd March 2011 Emanuele Ruffaldi PERCRO - Scuola Superiore S.Anna Overview Graphical Integrity Design

More information

Advanced data visualization (charts, graphs, dashboards, fever charts, heat maps, etc.)

Advanced data visualization (charts, graphs, dashboards, fever charts, heat maps, etc.) Advanced data visualization (charts, graphs, dashboards, fever charts, heat maps, etc.) It is a graphical representation of numerical data. The right data visualization tool can present a complex data

More information

University of Florida CISE department Gator Engineering. Visualization

University of Florida CISE department Gator Engineering. Visualization Visualization Dr. Sanjay Ranka Professor Computer and Information Science and Engineering University of Florida What is visualization? Visualization is the process of converting data (information) in to

More information

Vocabulary. 5-number summary Rule. Area principle. Bar chart. Boxplot. Categorical data condition. Categorical variable.

Vocabulary. 5-number summary Rule. Area principle. Bar chart. Boxplot. Categorical data condition. Categorical variable. 5-number summary 68-95-99.7 Rule Area principle Bar chart Bimodal Boxplot Case Categorical data Categorical variable Center Changing center and spread Conditional distribution Context Contingency table

More information

Math 120 Introduction to Statistics Mr. Toner s Lecture Notes 3.1 Measures of Central Tendency

Math 120 Introduction to Statistics Mr. Toner s Lecture Notes 3.1 Measures of Central Tendency Math 1 Introduction to Statistics Mr. Toner s Lecture Notes 3.1 Measures of Central Tendency lowest value + highest value midrange The word average: is very ambiguous and can actually refer to the mean,

More information

SAS Visual Analytics 8.2: Getting Started with Reports

SAS Visual Analytics 8.2: Getting Started with Reports SAS Visual Analytics 8.2: Getting Started with Reports Introduction Reporting The SAS Visual Analytics tools give you everything you need to produce and distribute clear and compelling reports. SAS Visual

More information

Things you ll know (or know better to watch out for!) when you leave in December: 1. What you can and cannot infer from graphs.

Things you ll know (or know better to watch out for!) when you leave in December: 1. What you can and cannot infer from graphs. 1 2 Things you ll know (or know better to watch out for!) when you leave in December: 1. What you can and cannot infer from graphs. 2. How to construct (in your head!) and interpret confidence intervals.

More information

Multivariate Data More Overview

Multivariate Data More Overview Multivariate Data More Overview CS 4460 - Information Visualization Jim Foley Last Revision August 2016 Some Key Concepts Quick Review Data Types Data Marks Basic Data Types N-Nominal (categorical) Equal

More information

Chapter 2 Describing, Exploring, and Comparing Data

Chapter 2 Describing, Exploring, and Comparing Data Slide 1 Chapter 2 Describing, Exploring, and Comparing Data Slide 2 2-1 Overview 2-2 Frequency Distributions 2-3 Visualizing Data 2-4 Measures of Center 2-5 Measures of Variation 2-6 Measures of Relative

More information

TMTH 3360 NOTES ON COMMON GRAPHS AND CHARTS

TMTH 3360 NOTES ON COMMON GRAPHS AND CHARTS To Describe Data, consider: Symmetry Skewness TMTH 3360 NOTES ON COMMON GRAPHS AND CHARTS Unimodal or bimodal or uniform Extreme values Range of Values and mid-range Most frequently occurring values In

More information

MATH11400 Statistics Homepage

MATH11400 Statistics Homepage MATH11400 Statistics 1 2010 11 Homepage http://www.stats.bris.ac.uk/%7emapjg/teach/stats1/ 1.1 A Framework for Statistical Problems Many statistical problems can be described by a simple framework in which

More information

Understanding and Comparing Distributions. Chapter 4

Understanding and Comparing Distributions. Chapter 4 Understanding and Comparing Distributions Chapter 4 Objectives: Boxplot Calculate Outliers Comparing Distributions Timeplot The Big Picture We can answer much more interesting questions about variables

More information

Visualization as an Analysis Tool: Presentation Supplement

Visualization as an Analysis Tool: Presentation Supplement Visualization as an Analysis Tool: Presentation Supplement This document is a supplement to the presentation Visualization as an Analysis Tool given by Phil Groce and Jeff Janies on January 9, 2008 as

More information

Excel Tips and FAQs - MS 2010

Excel Tips and FAQs - MS 2010 BIOL 211D Excel Tips and FAQs - MS 2010 Remember to save frequently! Part I. Managing and Summarizing Data NOTE IN EXCEL 2010, THERE ARE A NUMBER OF WAYS TO DO THE CORRECT THING! FAQ1: How do I sort my

More information

DSC 201: Data Analysis & Visualization

DSC 201: Data Analysis & Visualization DSC 201: Data Analysis & Visualization Exploratory Data Analysis Dr. David Koop What is Exploratory Data Analysis? "Detective work" to summarize and explore datasets Includes: - Data acquisition and input

More information

Univariate Statistics Summary

Univariate Statistics Summary Further Maths Univariate Statistics Summary Types of Data Data can be classified as categorical or numerical. Categorical data are observations or records that are arranged according to category. For example:

More information

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended.

TDWI strives to provide course books that are contentrich and that serve as useful reference documents after a class has ended. Previews of TDWI course books offer an opportunity to see the quality of our material and help you to select the courses that best fit your needs. The previews cannot be printed. TDWI strives to provide

More information

MGMT 3125 Introduction to Data Visualization

MGMT 3125 Introduction to Data Visualization MGMT 3125 Introduction to Data Visualization John Sokol, MS Week 2 1/30/2019 Chapter 2: Choose an effective visual Agenda Chapter 2: Choose an effective visual Introduction to Tableau Week 2 action items

More information

GRAPHING BAYOUSIDE CLASSROOM DATA

GRAPHING BAYOUSIDE CLASSROOM DATA LUMCON S BAYOUSIDE CLASSROOM GRAPHING BAYOUSIDE CLASSROOM DATA Focus/Overview This activity allows students to answer questions about their environment using data collected during water sampling. Learning

More information

Acquisition Description Exploration Examination Understanding what data is collected. Characterizing properties of data.

Acquisition Description Exploration Examination Understanding what data is collected. Characterizing properties of data. Summary Statistics Acquisition Description Exploration Examination what data is collected Characterizing properties of data. Exploring the data distribution(s). Identifying data quality problems. Selecting

More information

Interactive Math Glossary Terms and Definitions

Interactive Math Glossary Terms and Definitions Terms and Definitions Absolute Value the magnitude of a number, or the distance from 0 on a real number line Addend any number or quantity being added addend + addend = sum Additive Property of Area the

More information

An introduction to plotting data

An introduction to plotting data An introduction to plotting data Eric D. Black California Institute of Technology February 25, 2014 1 Introduction Plotting data is one of the essential skills every scientist must have. We use it on a

More information

Data Visualization via Conditional Formatting

Data Visualization via Conditional Formatting Data Visualization Data visualization - the process of displaying data (often in large quantities) in a meaningful fashion to provide insights that will support better decisions. Data visualization improves

More information

Chapter 6: DESCRIPTIVE STATISTICS

Chapter 6: DESCRIPTIVE STATISTICS Chapter 6: DESCRIPTIVE STATISTICS Random Sampling Numerical Summaries Stem-n-Leaf plots Histograms, and Box plots Time Sequence Plots Normal Probability Plots Sections 6-1 to 6-5, and 6-7 Random Sampling

More information

To make sense of data, you can start by answering the following questions:

To make sense of data, you can start by answering the following questions: Taken from the Introductory Biology 1, 181 lab manual, Biological Sciences, Copyright NCSU (with appreciation to Dr. Miriam Ferzli--author of this appendix of the lab manual). Appendix : Understanding

More information

Statistical Methods. Instructor: Lingsong Zhang. Any questions, ask me during the office hour, or me, I will answer promptly.

Statistical Methods. Instructor: Lingsong Zhang. Any questions, ask me during the office hour, or  me, I will answer promptly. Statistical Methods Instructor: Lingsong Zhang 1 Issues before Class Statistical Methods Lingsong Zhang Office: Math 544 Email: lingsong@purdue.edu Phone: 765-494-7913 Office Hour: Monday 1:00 pm - 2:00

More information

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

Data can be in the form of numbers, words, measurements, observations or even just descriptions of things.

Data can be in the form of numbers, words, measurements, observations or even just descriptions of things. + What is Data? Data is a collection of facts. Data can be in the form of numbers, words, measurements, observations or even just descriptions of things. In most cases, data needs to be interpreted and

More information

Further Maths Notes. Common Mistakes. Read the bold words in the exam! Always check data entry. Write equations in terms of variables

Further Maths Notes. Common Mistakes. Read the bold words in the exam! Always check data entry. Write equations in terms of variables Further Maths Notes Common Mistakes Read the bold words in the exam! Always check data entry Remember to interpret data with the multipliers specified (e.g. in thousands) Write equations in terms of variables

More information

CS1100: Computer Science and Its Applications. Creating Graphs and Charts in Excel

CS1100: Computer Science and Its Applications. Creating Graphs and Charts in Excel CS1100: Computer Science and Its Applications Creating Graphs and Charts in Excel Charts Data is often better explained through visualization as either a graph or a chart. Excel makes creating charts easy:

More information

We will start at 2:05 pm! Thanks for coming early!

We will start at 2:05 pm! Thanks for coming early! We will start at 2:05 pm! Thanks for coming early! Yesterday Fundamental 1. Value of visualization 2. Design principles 3. Graphical perception Record Information Support Analytical Reasoning Communicate

More information

Prepare a stem-and-leaf graph for the following data. In your final display, you should arrange the leaves for each stem in increasing order.

Prepare a stem-and-leaf graph for the following data. In your final display, you should arrange the leaves for each stem in increasing order. Chapter 2 2.1 Descriptive Statistics A stem-and-leaf graph, also called a stemplot, allows for a nice overview of quantitative data without losing information on individual observations. It can be a good

More information

Select Cases. Select Cases GRAPHS. The Select Cases command excludes from further. selection criteria. Select Use filter variables

Select Cases. Select Cases GRAPHS. The Select Cases command excludes from further. selection criteria. Select Use filter variables Select Cases GRAPHS The Select Cases command excludes from further analysis all those cases that do not meet specified selection criteria. Select Cases For a subset of the datafile, use Select Cases. In

More information

Making Science Graphs and Interpreting Data

Making Science Graphs and Interpreting Data Making Science Graphs and Interpreting Data Eye Opener: 5 mins What do you see? What do you think? Look up terms you don t know What do Graphs Tell You? A graph is a way of expressing a relationship between

More information

STA Module 2B Organizing Data and Comparing Distributions (Part II)

STA Module 2B Organizing Data and Comparing Distributions (Part II) STA 2023 Module 2B Organizing Data and Comparing Distributions (Part II) Learning Objectives Upon completing this module, you should be able to 1 Explain the purpose of a measure of center 2 Obtain and

More information

STA Learning Objectives. Learning Objectives (cont.) Module 2B Organizing Data and Comparing Distributions (Part II)

STA Learning Objectives. Learning Objectives (cont.) Module 2B Organizing Data and Comparing Distributions (Part II) STA 2023 Module 2B Organizing Data and Comparing Distributions (Part II) Learning Objectives Upon completing this module, you should be able to 1 Explain the purpose of a measure of center 2 Obtain and

More information

BIO 360: Vertebrate Physiology Lab 9: Graphing in Excel. Lab 9: Graphing: how, why, when, and what does it mean? Due 3/26

BIO 360: Vertebrate Physiology Lab 9: Graphing in Excel. Lab 9: Graphing: how, why, when, and what does it mean? Due 3/26 Lab 9: Graphing: how, why, when, and what does it mean? Due 3/26 INTRODUCTION Graphs are one of the most important aspects of data analysis and presentation of your of data. They are visual representations

More information

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1

Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 Excel Essentials Designed by Jason Wagner, Course Web Programmer, Office of e-learning NOTE ABOUT CELL REFERENCES IN THIS DOCUMENT... 1 FREQUENTLY USED KEYBOARD SHORTCUTS... 1 FORMATTING CELLS WITH PRESET

More information

Cartographic Principles: Map design

Cartographic Principles: Map design MSc GIS: GIS Algorithms and Data Structures Cartographic Principles: Map design Martin Dodge (m.dodge@ucl.ac.uk) With Changes by Dan Ryan http://www.casa.ucl.ac.uk/martin/msc_gis/ some (scientific) rules

More information

AND NUMERICAL SUMMARIES. Chapter 2

AND NUMERICAL SUMMARIES. Chapter 2 EXPLORING DATA WITH GRAPHS AND NUMERICAL SUMMARIES Chapter 2 2.1 What Are the Types of Data? 2.1 Objectives www.managementscientist.org 1. Know the definitions of a. Variable b. Categorical versus quantitative

More information

Chapter 2 Organizing and Graphing Data. 2.1 Organizing and Graphing Qualitative Data

Chapter 2 Organizing and Graphing Data. 2.1 Organizing and Graphing Qualitative Data Chapter 2 Organizing and Graphing Data 2.1 Organizing and Graphing Qualitative Data 2.2 Organizing and Graphing Quantitative Data 2.3 Stem-and-leaf Displays 2.4 Dotplots 2.1 Organizing and Graphing Qualitative

More information

2.1 Objectives. Math Chapter 2. Chapter 2. Variable. Categorical Variable EXPLORING DATA WITH GRAPHS AND NUMERICAL SUMMARIES

2.1 Objectives. Math Chapter 2. Chapter 2. Variable. Categorical Variable EXPLORING DATA WITH GRAPHS AND NUMERICAL SUMMARIES EXPLORING DATA WITH GRAPHS AND NUMERICAL SUMMARIES Chapter 2 2.1 Objectives 2.1 What Are the Types of Data? www.managementscientist.org 1. Know the definitions of a. Variable b. Categorical versus quantitative

More information

3 Visualizing quantitative Information

3 Visualizing quantitative Information Elective in Software and Services (Complementi di software e servizi per la società dell'informazione) Section Information Visualization Numbers of credit : 3 Giuseppe Santucci 3 Visualizing quantitative

More information

CAPE. Community Behavioral Health Data. How to Create CAPE. Community Assessment and Education to Promote Behavioral Health Planning and Evaluation

CAPE. Community Behavioral Health Data. How to Create CAPE. Community Assessment and Education to Promote Behavioral Health Planning and Evaluation CAPE Community Behavioral Health Data How to Create CAPE Community Assessment and Education to Promote Behavioral Health Planning and Evaluation i How to Create County Community Behavioral Health Profiles

More information

Middle Years Data Analysis Display Methods

Middle Years Data Analysis Display Methods Middle Years Data Analysis Display Methods Double Bar Graph A double bar graph is an extension of a single bar graph. Any bar graph involves categories and counts of the number of people or things (frequency)

More information

06 Visualizing Information

06 Visualizing Information Professor Shoemaker 06-VisualizingInformation.xlsx 1 It can be sometimes difficult to uncover meaning in data that s presented in a table or list Especially if the table has many rows and/or columns But

More information

Chapter 2 - Graphical Summaries of Data

Chapter 2 - Graphical Summaries of Data Chapter 2 - Graphical Summaries of Data Data recorded in the sequence in which they are collected and before they are processed or ranked are called raw data. Raw data is often difficult to make sense

More information

Math 227 EXCEL / MEGASTAT Guide

Math 227 EXCEL / MEGASTAT Guide Math 227 EXCEL / MEGASTAT Guide Introduction Introduction: Ch2: Frequency Distributions and Graphs Construct Frequency Distributions and various types of graphs: Histograms, Polygons, Pie Charts, Stem-and-Leaf

More information

Chapter 1. Looking at Data-Distribution

Chapter 1. Looking at Data-Distribution Chapter 1. Looking at Data-Distribution Statistics is the scientific discipline that provides methods to draw right conclusions: 1)Collecting the data 2)Describing the data 3)Drawing the conclusions Raw

More information

Regression III: Advanced Methods

Regression III: Advanced Methods Lecture 3: Distributions Regression III: Advanced Methods William G. Jacoby Michigan State University Goals of the lecture Examine data in graphical form Graphs for looking at univariate distributions

More information

CHAPTER-13. Mining Class Comparisons: Discrimination between DifferentClasses: 13.4 Class Description: Presentation of Both Characterization and

CHAPTER-13. Mining Class Comparisons: Discrimination between DifferentClasses: 13.4 Class Description: Presentation of Both Characterization and CHAPTER-13 Mining Class Comparisons: Discrimination between DifferentClasses: 13.1 Introduction 13.2 Class Comparison Methods and Implementation 13.3 Presentation of Class Comparison Descriptions 13.4

More information

Name Date Types of Graphs and Creating Graphs Notes

Name Date Types of Graphs and Creating Graphs Notes Name Date Types of Graphs and Creating Graphs Notes Graphs are helpful visual representations of data. Different graphs display data in different ways. Some graphs show individual data, but many do not.

More information

MIS2502: Data Analytics Principles of Data Visualization. Alvin Zuyin Zheng

MIS2502: Data Analytics Principles of Data Visualization. Alvin Zuyin Zheng MIS2502: Data Analytics Principles of Data Visualization Alvin Zuyin Zheng zheng@temple.edu http://community.mis.temple.edu/zuyinzheng/ Data visualization can: provide clear understanding of patterns in

More information

Raw Data. Statistics 1/8/2016. Relative Frequency Distribution. Frequency Distributions for Qualitative Data

Raw Data. Statistics 1/8/2016. Relative Frequency Distribution. Frequency Distributions for Qualitative Data Statistics Raw Data Raw data is random and unranked data. Organizing Data Frequency distributions list all the categories and the numbers of elements that belong to each category Frequency Distributions

More information

Chapter 2. Descriptive Statistics: Organizing, Displaying and Summarizing Data

Chapter 2. Descriptive Statistics: Organizing, Displaying and Summarizing Data Chapter 2 Descriptive Statistics: Organizing, Displaying and Summarizing Data Objectives Student should be able to Organize data Tabulate data into frequency/relative frequency tables Display data graphically

More information

Econ 2148, spring 2019 Data visualization

Econ 2148, spring 2019 Data visualization Econ 2148, spring 2019 Maximilian Kasy Department of Economics, Harvard University 1 / 43 Agenda One way to think about statistics: Mapping data-sets into numerical summaries that are interpretable by

More information

Introduction to Geospatial Analysis

Introduction to Geospatial Analysis Introduction to Geospatial Analysis Introduction to Geospatial Analysis 1 Descriptive Statistics Descriptive statistics. 2 What and Why? Descriptive Statistics Quantitative description of data Why? Allow

More information

AP Statistics Summer Assignment:

AP Statistics Summer Assignment: AP Statistics Summer Assignment: Read the following and use the information to help answer your summer assignment questions. You will be responsible for knowing all of the information contained in this

More information

THINKING VISUALLY: AN INTRODUCTION TO DATA & INFORMATION VISUALIZATION

THINKING VISUALLY: AN INTRODUCTION TO DATA & INFORMATION VISUALIZATION THINKING VISUALLY: AN INTRODUCTION TO DATA & INFORMATION VISUALIZATION Learning Event for CES Ontario Li Ka Shing Knowledge Institute June 22, 2016 Jesse Carliner ACTING COMMUNICATIONS & REFERENCE LIBRARIAN

More information

Statistics can best be defined as a collection and analysis of numerical information.

Statistics can best be defined as a collection and analysis of numerical information. Statistical Graphs There are many ways to organize data pictorially using statistical graphs. There are line graphs, stem and leaf plots, frequency tables, histograms, bar graphs, pictographs, circle graphs

More information

1. Data Analysis Yields Numbers & Visualizations. 2. Why Visualize Data? 3. What do Visualizations do? 4. Research on Visualizations

1. Data Analysis Yields Numbers & Visualizations. 2. Why Visualize Data? 3. What do Visualizations do? 4. Research on Visualizations Data Analysis & Business Intelligence Made Easy with Excel Power Tools Excel Data Analysis Basics = E-DAB Notes for Video: E-DAB-05- Visualizations: Table, Charts, Conditional Formatting & Dashboards Outcomes

More information

The Science of Data Visualization

The Science of Data Visualization Welcome # T C 1 8 The Science of Data Visualization Larry Silverstein Strategic Sales Consultant Tableau Start Your (Visualization) Engines Agenda The science of data visualization Best practices for building

More information

STA Rev. F Learning Objectives. Learning Objectives (Cont.) Module 3 Descriptive Measures

STA Rev. F Learning Objectives. Learning Objectives (Cont.) Module 3 Descriptive Measures STA 2023 Module 3 Descriptive Measures Learning Objectives Upon completing this module, you should be able to: 1. Explain the purpose of a measure of center. 2. Obtain and interpret the mean, median, and

More information

Chapter 3 - Displaying and Summarizing Quantitative Data

Chapter 3 - Displaying and Summarizing Quantitative Data Chapter 3 - Displaying and Summarizing Quantitative Data 3.1 Graphs for Quantitative Data (LABEL GRAPHS) August 25, 2014 Histogram (p. 44) - Graph that uses bars to represent different frequencies or relative

More information

Can You Make A Box And Whisker Plot In Excel 2007

Can You Make A Box And Whisker Plot In Excel 2007 Can You Make A Box And Whisker Plot In Excel 2007 The sheet is protected so that you can't accidentally change a formula, but Boxplots are quite difficult to do in Excel, see for example Box Plot and Whisker

More information

ENV Laboratory 2: Graphing

ENV Laboratory 2: Graphing Name: Date: Introduction It is often said that a picture is worth 1,000 words, or for scientists we might rephrase it to say that a graph is worth 1,000 words. Graphs are most often used to express data

More information

Section 2-2 Frequency Distributions. Copyright 2010, 2007, 2004 Pearson Education, Inc

Section 2-2 Frequency Distributions. Copyright 2010, 2007, 2004 Pearson Education, Inc Section 2-2 Frequency Distributions Copyright 2010, 2007, 2004 Pearson Education, Inc. 2.1-1 Frequency Distribution Frequency Distribution (or Frequency Table) It shows how a data set is partitioned among

More information

Visual Encoding Design

Visual Encoding Design CSE 442 - Data Visualization Visual Encoding Design Jeffrey Heer University of Washington Last Time: Data & Image Models The Big Picture task questions, goals assumptions data physical data type conceptual

More information

Background. Lecture 2. Datafusion Systems

Background. Lecture 2. Datafusion Systems Background Lecture 2 1 Data vs Information Data is not information Data without context is useless Data + Interpretation -> Information / Knowledge but Junk + Fancy Presentation -> Fancy Junk Learn to

More information

Engineering Graphics. Presentation graphics Levels of hardware visualization. Visual presentation of data. Sketching Drawing Drafting Solid modeling

Engineering Graphics. Presentation graphics Levels of hardware visualization. Visual presentation of data. Sketching Drawing Drafting Solid modeling Presentation graphics Levels of hardware visualization Sketching Drawing Drafting Solid modeling Visual presentation of data Presentation Graphics Always use landscape, not portrait layout Better fit to

More information

1. Descriptive Statistics

1. Descriptive Statistics 1.1 Descriptive statistics 1. Descriptive Statistics A Data management Before starting any statistics analysis with a graphics calculator, you need to enter the data. We will illustrate the process by

More information

Middle School Math Course 3

Middle School Math Course 3 Middle School Math Course 3 Correlation of the ALEKS course Middle School Math Course 3 to the Texas Essential Knowledge and Skills (TEKS) for Mathematics Grade 8 (2012) (1) Mathematical process standards.

More information

Multidimensional (Multivariate)

Multidimensional (Multivariate) Multidimensional (Multivariate) Data Visualization IV Course Spring 14 Graduate Course of UCAS May 9th, 2014 1 Data by Dimensionality 1-D (Linear, Set and Sequences) SeeSoft, Info Mural 2-D (Map) GIS,

More information

CS Information Visualization Sep. 2, 2015 John Stasko

CS Information Visualization Sep. 2, 2015 John Stasko Multivariate Visual Representations 2 CS 7450 - Information Visualization Sep. 2, 2015 John Stasko Recap We examined a number of techniques for projecting >2 variables (modest number of dimensions) down

More information

Designing more effective scientific figures

Designing more effective scientific figures Cancer Research UK Designing more effective scientific figures (II) Aiora Zabala PhD Environment. VTP Graphic Design az296, aiora.zabala@gmail.com Structure of this course THEORY Afternoon Morning 1 3

More information

2.1: Frequency Distributions and Their Graphs

2.1: Frequency Distributions and Their Graphs 2.1: Frequency Distributions and Their Graphs Frequency Distribution - way to display data that has many entries - table that shows classes or intervals of data entries and the number of entries in each

More information

Error Analysis, Statistics and Graphing

Error Analysis, Statistics and Graphing Error Analysis, Statistics and Graphing This semester, most of labs we require us to calculate a numerical answer based on the data we obtain. A hard question to answer in most cases is how good is your

More information