← More Stages of Data: Analyzed | Data Literacy and Ethics →
Visualizing your data helps you tell a story and construct a narrative that guides your audience in understanding your interpretation of a collected, cleaned, and analyzed dataset. Depending on the type of analysis you ran, different kinds of visualization can be more effective than others. In the table below are some examples of data visualization that can help you convey the message of your data.
Types of Analysis | Types of Visualization | When to Use | Example of Visualization |
---|---|---|---|
Comparisons | Bar charts | Comparison across distinct categories | From The Data for Public Good at the Graduate Center. |
Histograms | Comparison across continuous variable | From Policy Viz. | |
Scatter plots | Useful to check for correlation (not causation!) | From FiveThirtyEight. | |
Time | Stacked area charts | Evolution of value across different groups | From From Data to Viz. |
Sankey Diagrams | Displaying flows of changes | From From Data to Viz. | |
Line graphs | Tracking changes over time | From The Data for Public Good at the Graduate Center. | |
Small numbers/percentages | Pie charts | Demonstrate proportions between categories | From The Library of Congress. |
Tree maps | Demonstrate hierarchy and proportion | From The Data Visualization Catalogue. | |
Survey responses | Stacked bar charts | Compares total amount across each group (e.g. plotting Likert scale) | From The Library of Congress. |
Nested area graphs | Visualize branching/nested questions | From Evergreen Data. | |
Place | Choropleth maps | Visualize values over a geographic area to demonstrate pattern | From The Library of Congress. |
Hex(bin) or Tile maps | Similar to Choropleth with the hexbin/tile representing regions equally rather than by geographic size | From R Graph Gallery. | |
Adapted from Stephanie D. Evergreen (2019) Effective data visualization : The right chart for the right data, The Data Visualization Catalogue, and From Data to Viz | |||
This table is a teaser for the many possibilities of what data visualization can be. Creating a visual for your data is an art form and you can sometimes find yourself spending a significant amount of time looking for the best ways to visualize your data.
An example of effective data visualization can be seen in W.E.B. Du Bois data portraits at the Paris Exposition in 1900, as part of the Exhibit of American Negroes. Using engaging hand-drawn visualizations, he tells the narrative of what it meant to be Black in post-Emancipation America as he translates sociological research and census data to reach beyond the academy. Head here to read more about Du Bois' project.
As we transform our results into visuals, we are also trying to tell a narrative about the data we collected. Data visualization can help us to decode information and share quickly and simply.
- What are we assuming when we choose to visually represent data in particular ways?
- As you may have realized, many of the visualization examples work with quantitative data, as such, how do you think we can visualize qualitative data? (e.g. Word Clouds, Heat Map)
- How can data visualization mislead us? (for e.g. Nathan Yau discusses how data visualization can lie)
- How can data visualization help us tell a story? (for e.g. Data Feminism's On rational, Scientific, Objective Viewpoints from Mythical, Imaginary, Impossible Standpoints)
- Can you try to plot the
moSmall.csv
dataset based on theArtist Gender
variable? What would you have to do before you can plot this graph? How might you explain what your visualization represents?
- An underlying assumption we make is that the conventions of top-down, left-right is universal or at least universal enough for most folx to understand. This neglects potential right-to-left readers. Certain conventions that use color as a way to represent good and bad (e.g. green as good and red as bad) also assumes that this is an effective differentiation that excludes those who have visual impairments can decipher the data in a similar fashion.
- Exploring Voyant-Tools can be a good place to start to see how visualization of qualitative data can look like.
- Exaggerated differences through the choice of scales on the x and y-axis can misled a casual viewer to think that the data is representing a larger difference than it actually is reporting.
- Data visualization can help us convey dense information quickly. The casual viewer can glance at the visualization and understand what we are trying to communicate with our data. Data visualization also can be affective device, like the DuBois' examples which helps to tell the urgency of the narrative/story.
- The difficulty of representing this dataset is how at first glance there's an assumption that gender is binary given that only 2 bars are representing the dataset. Even though the other bar is labeled
Unknown
to suggest that this is not a comprehensive breakdown, I'm not sure how effective it is.
← More Stages of Data: Analyzed | Data Literacy and Ethics →