Chapter 7: Data Presentation: Showcasing Your Data with Charts

Total Page:16

File Type:pdf, Size:1020Kb

Chapter 7: Data Presentation: Showcasing Your Data with Charts Data presentation: 7 Showcasing your data with charts and graphs Tierney Steelberg You’ve run the numbers; you’ve got your data — now it’s time to present it. You may be feeling pressure to go all out and make your data look like the intricate data visualizations you see in the news — but you can create charts and graphs right now, without breaking a sweat or needing to learn new software from scratch! You can build your argument around data that you bring to- gether in simple spreadsheet software. It’s amazing what simply focusing on the data and embracing clean, uncluttered design can do for getting your argument across. This chapter will start by going over some tips to help you best present any data. Then it will delve into the specifics of some chart and graph types that are useful in a variety of different contexts and great to have on hand. This chapter will help you match your data (and your question) to a particular means of presentation and provide you with tips for creating compelling charts and graphs. General rules of thumb » Clarity and simplicity are key. Remember to keep things simple: let the data speak for itself. You don’t need neon colors or myriad thematic icons to get a point across. Data visualizations should be a combination of visual appeal and clearly represented information, but if you have to choose, be simple. Creating Data Literate Students 1 If you find that your chart is getting overly complicated, think about splitting it up into multiple charts. This can make the information easier to read and absorb. » Make it easy to read and interpret. Help your readers understand the point you are trying to make with your data. Start by giving your visualization an informative title. Provide a legend and labels: make it clear what symbols, colors, and sizes mean, and be consistent in their usage. Emphasize the units you are using. You can even use arrows and concise phrases to call attention to important elements of your chart. When dealing with information sorted into categories (i.e., non-numeric information), organize values in a meaningful order (such as ascending or descending in terms of their val- ues) to make it easy for others to compare values. When using colors, use hues that stand out from one an- other or use a saturation spectrum (going from very light to very dark) of a single color, making sure your reader can easily distinguish between hues. Avoid using color com- binations that are hard to distinguish for readers who are colorblind (such as reds with greens, or blues with yellows). » Respect visual and mathematical principles. When using shapes to convey data, size them proportionally according to their area, rather than their length or diameter. Separate your data into variables. A variable is a characteris- tic or quantity that can be counted. For example, if you are creating a bar chart comparing the total populations of dif- ferent countries, the variable you’re looking at is population (and the numbers for each country are the different values). 2 Chapter 7 | Data presentation: Showcasing your data with charts and graphs Keep things in two dimensions, preferably: 3D shapes are difficult to read and compare. The perspective that is used to create the illusion of three dimensions can also be confusing for readers by accidentally making some items feel larger or smaller than they really are. A lot of visualizations include icons, or small pictures, as decoration. Consider leaving these out. Even when they match your data, they can distract from the point you are trying to make. They often make it more difficult to make comparisons and assess differences. Stick with plain repre- sentative shapes instead. » Play around with your data! It’s easy to test out a couple different charts and see which ones do a good job showcasing your data — and which ones do not: play around with the tools at your disposal to get an idea for what feels right for visualizing an individual dataset. Excel and Google Sheets are good starting points: you can switch from chart to chart at the click of a button, and it’s easy to customize general elements. You might find things you hadn’t noticed before, (trends, patterns, outliers — or even typos or errors in the data) and you’ll definitely get a good sense of what charts and graphs are a good fit for your data. » Cite your sources. Finally, always give the source of your data so others can investigate for themselves. It’s like providing a bibliography at the end of a paper: it’s good scholarly practice, and it lets your readers know your data comes from a legitimate source. Creating Data Literate Students 3 If you created the data yourself (like with a class survey), consider providing it in its entirety. This allows readers to check your findings, and even play around with your data themselves. Useful charts & graphs Any graph or chart has its own strengths and weaknesses in presenting different datasets. To pick the best one, think about the story you are trying to tell or the question you are trying to answer. Consider these different chart and graph types — and their accompanying questions and suggestions — as you choose a means to present your data. Pie charts A pie chart showcases the parts of a whole or percentages of a total. Figure 1. Instructional Faculty in U.S. Institutions of Higher Education, by Gender: Comparison of 1987 and 2011. Created with Google Sheets. Data source: National Center for Education Statistics (https://nces.ed.gov/programs/digest/d13/tables/ dt13_315.10.asp). 4 Chapter 7 | Data presentation: Showcasing your data with charts and graphs The pie charts in Figure 1 showcase the breakdown by gender of the number of faculty members at institutions of higher edu- cation in the United States in two different years, 1987 and 2011. (See Appendix A for the data.) If x is the variable representing the number of men in the chart, and y is the variable representing the number of women, what do you notice? What information does the chart communicate? With x and y as slices of the pie, a pie chart answers ? questions like: • What percentage of the whole is x? • What is the composition of the whole? What elements, combined, create the whole? • Is y’s portion of the whole bigger than x’s? How do x and y compare? In Figure 1, the pie charts answer questions like: » What percentage of the total do women faculty members make up? » How do the percentage of men and the percentage of women compare? Since there are two charts, both depicting the same thing in different moments in time, you can also compare them to one another. These pie charts tell us that, while women made up one third of faculty members in the United States in 1987, in 2011 they made up almost one half of the total number of faculty members. Together, these two charts tell a more complex story than they would separately, because they show an evolution in time. In some ways, these pie charts are limited: we know only percent- ages, not raw values. In other ways, it is good to not have too much information because it allows the reader to focus on the most relevant information. You have to make a decision about Creating Data Literate Students 5 the authentic interpretation of the data into a visualization. It would be interesting to know how the total number of instruc- tional faculty had changed between 1987 and 2011. But if you just want to show how the ratio of male to female faculty has changed, the pie charts do an admirable job. ! Tips • Our eyes compare the angles of pie chart segments, rather than their area, so it’s hard to visually compare a pie chart with more than two or three segments: for a whole with more than two or three parts, consider an alternative for showcasing parts of a whole (like a bar chart, discussed later in this chapter) instead. • When using percentages, the total must add up to 100%. If you are trying to show responses from survey questions where respondents could pick multiple an- swers, resulting in totals of greater than 100%, then consider a bar chart instead. Waffle charts: A pie chart alternative A waffle chart, also known as square pie chart, can also be used to showcase the parts of a whole or percentages of a total. It consists of a large square divided into smaller squares: small squares can be colored in proportionally to the part or percent- age that is being represented. Whereas with a pie chart the reader is looking at the angles of segments in order to make a comparison, with a waffle chart the reader can analyze the area of segments or the number of in- dividual boxes that make them up. These spatial differences are easier to assess than the differences between angles. 6 Chapter 7 | Data presentation: Showcasing your data with charts and graphs Figure 2. U.S. Population by Age (2012). Created in R (with waffle and ggplot2 pack- ages). Data source: United States Census Bureau (http://www.census.gov/popula- tion/age/data/2012comp.html, Table 1). The waffle chart in Figure 2 displays the U.S. population in 2012 as a whole, segmented by age groups that are each indicated by their own color. What do you think of this chart type? Does it do a good job conveying information about the breakdown of the U.S.
Recommended publications
  • 2. Graphing Distributions
    2. Graphing Distributions A. Qualitative Variables B. Quantitative Variables 1. Stem and Leaf Displays 2. Histograms 3. Frequency Polygons 4. Box Plots 5. Bar Charts 6. Line Graphs 7. Dot Plots C. Exercises Graphing data is the first and often most important step in data analysis. In this day of computers, researchers all too often see only the results of complex computer analyses without ever taking a close look at the data themselves. This is all the more unfortunate because computers can create many types of graphs quickly and easily. This chapter covers some classic types of graphs such bar charts that were invented by William Playfair in the 18th century as well as graphs such as box plots invented by John Tukey in the 20th century. 65 by David M. Lane Prerequisites • Chapter 1: Variables Learning Objectives 1. Create a frequency table 2. Determine when pie charts are valuable and when they are not 3. Create and interpret bar charts 4. Identify common graphical mistakes When Apple Computer introduced the iMac computer in August 1998, the company wanted to learn whether the iMac was expanding Apple’s market share. Was the iMac just attracting previous Macintosh owners? Or was it purchased by newcomers to the computer market and by previous Windows users who were switching over? To find out, 500 iMac customers were interviewed. Each customer was categorized as a previous Macintosh owner, a previous Windows owner, or a new computer purchaser. This section examines graphical methods for displaying the results of the interviews. We’ll learn some general lessons about how to graph data that fall into a small number of categories.
    [Show full text]
  • Chapter 16.Tst
    Chapter 16 Statistical Quality Control- Prof. Dr. Samir Safi TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. 1) Statistical process control uses regression and other forecasting tools to help control processes. 1) 2) It is impossible to develop a process that has zero variability. 2) 3) If all of the control points on a control chart lie between the UCL and the LCL, the process is always 3) in control. 4) An x-bar chart would be appropriate to monitor the number of defects in a production lot. 4) 5) The central limit theorem provides the statistical foundation for control charts. 5) 6) If we are tracking quality of performance for a class of students, we should plot the individual 6) grades on an x-bar chart, and the pass/fail result on a p-chart. 7) A p-chart could be used to monitor the average weight of cereal boxes. 7) 8) If we are attempting to control the diameter of bowling bowls, we will find a p-chart to be quite 8) helpful. 9) A c-chart would be appropriate to monitor the number of weld defects on the steel plates of a 9) ship's hull. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) Which of the following is not a popular definition of quality? 1) A) Quality is fitness for use. B) Quality is the totality of features and characteristics of a product or service that bears on its ability to satisfy stated or implied needs.
    [Show full text]
  • Section 2.2: Bar Charts and Pie Charts
    Section 2.2: Bar Charts and Pie Charts 1 Raw Data is Ugly Graphical representations of data always look pretty in newspapers, magazines and books. What you haven’tseen is the blood, sweat and tears that it some- times takes to get those results. http://seatgeek.com/blog/mlb/5-useful-charts-for-baseball-fans-mlb-ticket-prices- by-day-time 1 Google listing for Ru San’sKennesaw location 2 The previous examples are informative graphical displays of data. They all started life as bland data sets. 2 Bar Charts Bar charts are a visual way to organize data. The height or length of a bar rep- resents the number of points of data (frequency distribution) in a particular category. One can also let the bar represent the percentage of data (relative frequency distribution) in a category. Example 1 From (http://vgsales.wikia.com/wiki/Halo) consider the sales …g- ures for Microsoft’s videogame franchise, Halo. Here is the raw data. Year Game Units Sold (in millions) 2001 Halo: Combat Evolved 5.5 2004 Halo 2 8 2007 Halo 3 12.06 2009 Halo Wars 2.54 2009 Halo 3: ODST 6.32 2010 Halo: Reach 9.76 2011 Halo: Combat Evolved Anniversary 2.37 2012 Halo 4 9.52 2014 Halo: The Master Chief Collection 2.61 2015 Halo 5 5 Let’s construct a bar chart based on units sold. Translating frequencies into relative frequencies is an easy process. A rela- tive frequency is the frequency divided by total number of data points. Example 2 Create a relative frequency chart for Halo games.
    [Show full text]
  • Bar Charts and Box Plots Normal Poisson Exponential Creating a Simple Yet Effective Plot Requires an 02468 C 1.0 Exponential Uniform Understanding of Data and Tasks
    THIS MONTH a Uniform POINTS OF VIEW Normal Poisson Exponential 02468 b Uniform Bar charts and box plots Normal Poisson Exponential Creating a simple yet effective plot requires an 02468 c 1.0 Exponential Uniform understanding of data and tasks. λ = 1 Min = 5.5 Normal Max = 6.5 0.5 Poisson σμ= 1, = 5 μ = 2 Bar charts and box plots are omnipresent in the scientific literature. 0 02468 They are typically used to visualize quantities associated with a set of Figure 2 | Representation of four distributions with bar charts and box plots. items. Representing the data accurately, however, requires choosing (a) Bar chart showing sample means (n = 1,000) with standard-deviation the appropriate plot according to the nature of the data and the task at error bars. (b) Box plot (n = 1,000) with whiskers extending to ±1.5 × IQR. hand. Bar charts are appropriate for counts, whereas box plots should (c) Probability density functions of the distributions in a and b. λ, rate; be used to represent the characteristics of a distribution. µ, mean; σ, standard deviation. Bar charts encode quantities by length, which is a highly accurate visual encoding and preferred over the angle-based strategy used in to represent such uncertainty. However, because the bars always start pie charts (Fig. 1a). Often the counts that we want to represent are at zero, they can be misleading: for example, part of the range covered sums over multiple categories. There are several options to visualize by the bar might have never been observed in the sample.
    [Show full text]
  • Measurement & Transformations
    Chapter 3 Measurement & Transformations 3.1 Measurement Scales: Traditional Classifica- tion Statisticians call an attribute on which observations differ a variable. The type of unit on which a variable is measured is called a scale.Traditionally,statisticians talk of four types of measurement scales: (1) nominal,(2)ordinal,(3)interval, and (4) ratio. 3.1.1 Nominal Scales The word nominal is derived from nomen,theLatinwordforname.Nominal scales merely name differences and are used most often for qualitative variables in which observations are classified into discrete groups. The key attribute for anominalscaleisthatthereisnoinherentquantitativedifferenceamongthe categories. Sex, religion, and race are three classic nominal scales used in the behavioral sciences. Taxonomic categories (rodent, primate, canine) are nomi- nal scales in biology. Variables on a nominal scale are often called categorical variables. For the neuroscientist, the best criterion for determining whether a variable is on a nominal scale is the “plotting” criteria. If you plot a bar chart of, say, means for the groups and order the groups in any way possible without making the graph “stupid,” then the variable is nominal or categorical. For example, were the variable strains of mice, then the order of the means is not material. Hence, “strain” is nominal or categorical. On the other hand, if the groups were 0 mgs, 10mgs, and 15 mgs of active drug, then having a bar chart with 15 mgs first, then 0 mgs, and finally 10 mgs is stupid. Here “milligrams of drug” is not anominalorcategoricalvariable. 1 CHAPTER 3. MEASUREMENT & TRANSFORMATIONS 2 3.1.2 Ordinal Scales Ordinal scales rank-order observations.
    [Show full text]
  • Chapter 6 Presenting Your Data in Graphic Form Political Orientations
    UNIVARIATE ANALYSIS Chapter 6 Presenting Your Data in Graphic Form Political Orientations Now let’s turn our attention from religion to politics. Some people feel so strongly about politics that they joke about it being a religion. The General Social Survey distribute(GSS) data set has several items that reflect political issues. Two are key political items: POLVIEWS and PARTYID. These items will be the primary focus in this chapter. In the process of examining these variables, we are going to learn not only more about the politicalor orientations of respon- dents to the 2012 GSS but also how to use SPSS Statistics to produce and interpret data in graphic form. You will recall that in the previous chapter, we focused on a variety of ways of displaying univariate distributions (frequency tables) and summarizing them (measures of central ten- dency and dispersion). In this chapter, we are going to build on that discussion by focusing on several ways of presenting your data graphically. We will begin by focusing on two charts thatpost, are useful for variables at the nominal and ordinal levels: bar charts and pie charts. We will then consider two graphs appropriate for interval/ratio variables: histograms and line charts. Graphing Data With Direct “Legacy” Dialogs SPSS Statistics gives us acopy, variety of ways to present data graphically. Clicking the Graphs option on the menu bar will give you three options for building charts: Chart Builder, Interactive, and Legacy Dialogs. These take you to two chart-building methods developed by SPSS over the past 20 years. Chart Builder is the most recent.
    [Show full text]
  • Stacked Bar Charts……………………………………………12
    Effective Use of Bar Charts Purpose This tool provides guidelines and tips on how to effectively use bar charts to communicate research findings. Format This tool provides guidance on bar charts and their purposes, shows examples of preferred practices and practical tips for bar charts, and provides cautions and examples of misuse and poor use of bar charts and how to make corrections. Audience This tool is designed primarily for researchers from the Model Systems that are funded by the National Institute on Disability, Independent Living, and Rehabilitation Research (NIDILRR). The tool can be adapted by other NIDILRR-funded grantees and the general public. The contents of this tool were developed under a grant from the National Institute on Disability, Independent Living, and Rehabilitation Research (NIDILRR grant number 90DP0012-01-00). The contents of this fact sheet do not necessarily represent the policy of Department of Health and Human Services, and you should not assume endorsement by the Federal Government. 1 Overview and Organization Simple Bar Charts……………………………………..……....3 Clustered Bar Charts…………………………………………10 Stacked Bar Charts……………………………………………12 Paired Bar Charts…………………………………………..…14 Simple Bar Chart – Categorical Comparisons A bar chart is basically a vertical column chart oriented horizontally instead. Data values are displayed as horizontal bars. The magnitude of each data element is represented by the length of the bar. Can be used to display values for categorical items (diabetes prevalence by state, hospital performance rankings on a preferred clinical practice measure etc). Shows comparisons among the categorical groups on the measure. Categories displayed on the vertical axis. Simple Bar Chart – Categorical Comparisons Bar charts are preferred over column charts: When the categorical axis labels are lengthy; When you have 12 or more categories; When the metric to be displayed is duration (such as clinic lobby wait time per health center).
    [Show full text]
  • Which Chart Or Graph Is Right for You?
    Which chart or graph is right for you? Tracy Rodgers, Product Marketing Manager Robert Bloom, Tableau Engineer You’ve got data and you’ve got questions. You know there’s a chart or graph out there that will find the answer you’re looking for, but it’s not always easy knowing which one is best without some trial and error. This paper pairs appropriate charts with the type of data you’re analyzing and questions you want to answer. But it won’t stop there. Stranding your data in isolated, static graphs limits the number and depth of questions you can answer. Let your analysis become your organization’s centerpiece by using it to fuel exploration. Combine related charts. Add a map. Provide filters to dig deeper. The impact? Immediate business insight and answers to questions that actually drive decisions. So, which chart is right for you? Transforming data into an effective visualization (any kind of chart or graph) or dashboard is the first step towards making your data make an impact. Here are some best practices for conducting meaningful visual analysis: 2 Bar chart Bar charts are one of the most common data visualizations. With them, you can quickly highlight differences between categories, clearly show trends and outliers, and reveal historical highs and lows at a glance. Bar charts are especially effective when you have data that can be split into multiple categories. Use bar charts to: • Compare data across categories. Bar charts are best suited for data that can be split into several groups. For example, volume of shirts in different sizes, website traffic by referrer, and percent of spending by department.
    [Show full text]
  • Visualiation of Quantitative Information
    Visualisation of quantitative information Overview 1. Visualisation 2. Approaching data 3. Levels of measurement 4. Principals of graphing 5. Univariate graphs 6. Graphical integrity James Neill, 2011 2 Is Pivot a turning point for web exploration? (Gary Flake) (TED talk - 6 min. ) 4 Approaching Entering & data screening Approaching Exploring, describing, & data graphing Hypothesis testing 5 6 Describing & graphing data THE CHALLENGE: to find a meaningful, accurate way to depict the ‘true story’ of the data 7 Clearly report the data's main features 10 Levels of measurement • Nominal / Categorical • Ordinal • Interval • Ratio 12 Discrete vs. continuous Discrete - - - - - - - - - - Continuous ___________ Each level has the properties of the preceding 14 13 levels, plus something more! Categorical / nominal Ordinal / ranked scale • Conveys a category label • Conveys order , but not distance • (Arbitrary) assignment of #s to e.g. in a race, 1st, 2nd, 3rd, etc. or categories ranking of favourites or preferences e.g. Gender • No useful information, except as labels 15 16 Ordinal / ranked example: Ranked importance Interval scale Rank the following aspects of the university according to what is most • Conveys order & distance important to you (1 = most important • 0 is arbitrary through to 5 = least important) e.g., temperature (degrees C) __ Quality of the teaching and education • Usually treat as continuous for > 5 __ Quality of the social life intervals __ Quality of the campus __ Quality of the administration __ Quality of the university's reputation 17 18 Interval example: 8 point Likert scale Ratio scale • Conveys order & distance • Continuous, with a meaningful 0 point e.g. height, age, weight, time, number of times an event has occurred • Ratio statements can be made e.g.
    [Show full text]
  • Which Chart Or Graph Is Right for You? Tell Impactful Stories with Data
    Which chart or graph is right for you? Tell impactful stories with data Authors: Maila Hardin, Daniel Hom, Ross Perez, & Lori Williams January 2012 p2 You’ve got data and you’ve got questions. Creating a Interact with your data chart or graph links the two, but sometimes you’re not sure which type of chart will get the answer you seek. Once you see your data in a visualization, it inherently leads to more questions. Your bar graph reveals that This paper answers questions about how to select the sales tanked in the second quarter in the Southeast. best charts for the type of data you’re analyzing and the A scatter plot shows an unexpected concentration of questions you want to answer. But it won’t stop there. product defects in one category. Donations from older Stranding your data in isolated, static graphs limits the alumni are significantly down according to a heat map. number of questions you can answer. Let your data In each example, your reaction is the same: why? become the centerpiece of decision making by using it Equip yourself to answer these questions by making to tell a story. Combine related charts. Add a map. your visualization interactive. Doing so creates the Provide filters to dig deeper. The impact? Business opportunity for you and others to analyze your data insight and answers to questions at the speed of visually and in real-time, letting you answer questions Which chart or graph is right for you? Tell impactful stories with data Tell Which chart or graph is right for you? thought.
    [Show full text]
  • Bar Charts This Set of Notes Shows How to Construct a Bar Chart Using
    Revised July 2018 Bar Charts This set of notes shows how to construct a bar chart using Stata. It assumes that you have set Stata up on your computer (see the “Getting Started with Stata” handout), and that you have read in the set of data that you want to analyze (see the “Reading in Stata Format (.dta) Data Files” handout). In Stata, most tasks can be performed either by issuing commands within the “Stata command” window, or by using the menus. These notes illustrate both approaches, using the data file “GSS2016.DTA” (this data file is posted here: https://canvas.harvard.edu/courses/53958). Bar charts display differences in means for a quantitative variable across two or more groups, as opposed to histogram comparisons which display percentage distributions of a categorical variable within groups. For example, we can construct a bar chart of the mean hours per day of television viewing by self-attributed class: 1 Simple bar charts can be constructed easily via the Stata command line. The general command structure is graph bar <varname1>, over(<varname2>) where you enter a quantitative variable in place of “varname1" and a categorical variable in place of “varname2". Using the variables in the above graph, you would issue the command graph bar tvhours, over(class) This command produces a bare-bones graph with no enhancements. To enhance and improve the display, it is probably easier to use the Stata menus. For a bar chart, Click on “Graphics” Click on “Bar chart” When you do this, the “graph bar – Bar chart” window shown below opens up: 2 Under “Type of data” select “Graph of summary statistics.” Enter the name of your quantitative variable in the “Variable(s)” box in the middle of the window.
    [Show full text]
  • ١ Topics: Sources of Variation
    Islamic University, Gaza - Palestine Topics: • Control Charts for Variables • Some Special Difficulties of Estimating Indirect Costs in Economy Studies • Did it Pay to Use Statistical Quality Control? • Costs and Product Liability • SQC Techniques in Relation to certain Economic Aspects of Product liability • Control Charts for Variables Islamic University, Gaza - Palestine Sources of Variation • Variation exists in all processes. • Variation can be categorized as either; – Common or Random causes of variation, or • Random causes that we cannot identify • Unavoidable • e.g. slight differences in process variables like diameter, weight, service time, temperature Assignable causes of variation • Causes can be identified and eliminated • e.g. poor employee training, worn tool, machine needing repair ١ Islamic University, Gaza - Palestine Control charts identify variation • Chance causes - “common cause” – inherent to the process or random and not controllable – if only common cause present, the process is considered stable or “in control” • Assignable causes - “special cause” – variation due to outside influences – if present, the process is “out of control” Islamic University, Gaza - Palestine Control Charts for x and R Notation and values • Ri = range of the values in the ith sample Ri = xmax - xmin • R = average range for all m samples • is the true process mean • is the true process standard deviation ٢ Islamic University, Gaza - Palestine Control Charts for Xbar and R Statistical Basis of the Charts • Assume the quality characteristic
    [Show full text]