• Membership
  • Newsletter
  • Projects
  • Learning
  • About
  • Member Login
  • We spend more at restaurants than at grocery stores

    June 17, 2016

    Topic

    Statistical Visualization  /  eating, Quartz, spending

    For decades, Americans spent more money at the grocery store than at eating and drinking establishments. It’s not like that anymore, Quartz reports.

    Restaurant spending

  • Motion capture dance

    June 16, 2016

    Topic

    Data Art  /  dance, motion capture

    Really fun. “Motion capture, procedural animation and dynamic simulations combine to create a milieu of iconic pop dance moves that become an explosion of colorful fur, feathers, particles and more.”

  • Nearly impossible to predict mass shootings with current data

    June 15, 2016

    Topic

    Statistics  /  probability, shootings

    Even if there were a statistical model that predicted a mass shooter with 99 percent accuracy, that still leaves a lot of false positives. And when you’re dealing with individuals on a scale of millions, that’s a big deal. Brian Resnick and Javier Zarracina for Vox break down the simple math with a cartoon.

  • U.S. gun deaths rate is an outlier

    June 15, 2016

    Topic

    Statistical Visualization  /  guns, mortality

    If you look at gun death rates for other western countries and adjust for population, the United States is a sore-thumb outlier. Kevin Quealy and Margot Sanger-Katz for the Upshot report.

    Gun death rates

    Be sure to look at the headline for a few seconds (if you’re on a desktop). It changes to provide different baselines to compare the US rate against.

  • Data Underload  /  firearms

    Firearms Dealers vs. Burgers, Pizza, and Coffee

    As of May 2016, there were 64,432 licensed firearms dealers and pawnbrokers, which got me wondering how that compares to other businesses.

    Read More
  • Data Underload  /  health, nutrition, obesity

    Americans are Growing Bigger

    We keep getting bigger. Watch overweight and obesity rates move up over several decades.

    Read More
  • Voting habits for various demographic groups

    June 13, 2016

    Topic

    Infographics  /  demographics, election, Upshot

    Voter turnout and political leanings for various demographic groups play an important role on the campaign trail. Candidates can’t go everywhere and talk to every single person, so they pick and choose. From the voter perspective, turnout feeds into an indicator for influence. In this interactive by Nate Cohn and Amanda Cox for the Upshot, Democrat percentage is plotted against turnout.

    Each bubble represents a demographic — such as Asian women between 45 and 64 years old with college degrees living in California — and size represents number of votes in 2012 or 2004. See the big picture at first, and then use the dropdown menus to filter down to your group of interest.

  • A map about the people who live there

    June 10, 2016

    Topic

    Visualization

    Geographers Seth Spielman and Alex Singleton used something called “geodemographic classification” to classify small areas based on demographic averages.

    [F]or example, we can identify places dominated by small apartments occupied by single city dwellers from those family residences and larger detached homes. The techniques are very popular in industry for customer segmentation – with logic following that our purchasing behaviour is influenced by where we live.

    So it’s not just mapping race, age, or housing individually. Instead, the method provides much more detailed and descriptive clusters. Then, CartoDB recently made an interface to search and browse the data.

  • Guides  /  d3js, process, R

    5 Tips for Learning to Code for Visualization

    Here are some tips to get you started, based on my own experiences with R, and more recently, the JavaScript library d3.js.

    Read More
  • A Course for Visualizing Time Series Data in R

    Learn to visualize temporal patterns in a couple of days.

  • Play chess against the machine and see what it’s thinking

    June 8, 2016

    Topic

    Network Visualization  /  chess, Martin Wattenberg

    The Thinking Machine, by Martin Wattenberg and Marek Walczak, shows you the thought process of a computer trying to win at chess. There have been several iterations that date back to 2002, but the most recent iteration was built for modern browsers and you can play against the computer.

  • Data Underload  /  calories, diet

    How Much We Eat vs. How Much We Need

    On average, we use less energy as we age, and so we should eat less. We don’t always adjust soon enough though.

    Read More
  • Where people go to and from work

    June 6, 2016

    Topic

    Maps  /  commute

    With an animated take on the commute map, Mark Evans shows where people commute to work.

    The resulting animations are somewhat hypnotic (even my dog seemed to go into a trance watching them leading to minutes of human amusement) but also provide a visual way of quickly seeing the distribution of workers into a given city. The points are sized based on the number of commuters, so a large dot indicates a higher relative number of commuters moving from the same tract to the same tract. The dots are also color coded to see which counties are most represented in the commuter sample.

    Just select a county to see. [Thanks, @Mikey_Two]

  • Game of Thrones discussions for every episode, visualized

    June 3, 2016

    Topic

    Network Visualization  /  Game of Thrones, Twitter

    I hear there’s some show called “Game of Thrones” that’s kind of popular these days. Twitter visualized how every episode was discussed, counting the character connections, the emojis used, and the changes over time.

    See how popular each character was, and the emojis used to described each character. In the visualization below, each circle represents a character with its size proportional to how often the character was mentioned in the Tweets and color representing affiliation of the character. The most used emojis for each character are displayed under the character name.

    [Thanks, @kristw]

  • When she cried

    June 2, 2016

    Topic

    Self-surveillance  /  crying, emotion

    For most, crying isn’t an especially common occurrence over a long period of time, but when it happens, it’s often because something significant occurs in one’s life. Over the course of a couple of years, Robin Weis has 394 such occurrences. She knows this because she tracked when she cried and then later classified each event.
    Read More

  • Visual search tool for satellite imagery

    June 1, 2016

    Topic

    Apps  /  satellite, search

    Terrapattern is a fun prototype that lets you search satellite imagery simply by clicking on a map. For example, you can click on a tennis court, and through machine learning, the application looks for similar areas.

    Terrapattern uses a deep convolutional neural network (DCNN), based on the ResNet (“Residual Network”) architecture developed by Kaiming He et al. We trained a 34-layer DCNN using hundreds of thousands of satellite images labeled in OpenStreetMap, teaching the neural network to predict the category of a place from a satellite photo. In the process, our network learned which high-level visual features (and combinations of those features) are important for the classification of satellite imagery.

    Give it a try.

  • Air transportation network

    May 31, 2016

    Topic

    Network Visualization  /  airport, flights

    Flight pattern maps are fun to look at and reveal the complexity of air transportation on a daily basis. But, there are other angles to look at this data from. Martin Grandjean used a force-directed graph to focus less on geography and more on volume and connections. Color represents continent, circles represent airports, and circle size represents number of routes.
    Read More

  • Automatic versus manual data analysis

    May 31, 2016

    Topic

    Statistics  /  automation

    Hilary and Roger touch on some interesting topics in the most recent Not So Standard Deviations, specifically on scalable and automated data analysis.

    At the surface, it can seem like computers should be able to do the bulk of any analysis. Plug in the data, crunch the numbers in an algorithmic black box, and presto change-o you get a list of actionable insights. From that point-of-view, you should be able to build software that does almost everything for you. That’s almost never the case, and you realize it quickly once you dig into the data yourself.

    It’s the same deal with visualization.

    You see the end result, and it’s easy to imagine applying the same chart to another dataset. Geometry and color are easy to make with a couple lines of code. The chart should be generalizable, right? Sure, but the challenge is getting to that final point. There are various paths you can take when you start with a dataset — what it means, the questions you want to ask — along with various decisions along the way.

    Automating the process. That’s the hard part.

  • Bias built in to crime prediction

    May 27, 2016

    Topic

    Statistics  /  crime, prediction, ProPublica

    Predictive policing seems to be playing a bigger role in court decisions these days. People charged with crimes can be given a risk score based on priors and their background, which represents a fuzzy likelihood that they commit a crime again. ProPublica investigates the reliability of these scores, using data from Broward County, Flordia, between 2013 and 2014
    Read More

  • National drug overdose epidemic

    May 26, 2016

    Topic

    Maps  /  animation, drugs, Guardian, health

    Nadja Popovich for the Guardian delves into America’s drug overdose epidemic, starting with an animated map that shows changes from 1999 to 2014.
    Read More

  • Page 178 of 392
  • <
  • 1
  • ...
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • ...
  • 392
  • >

Analyze, visualize, and communicate data usefully, beyond the defaults.

Become a member →

Recently for Members

May 8, 2025
When the data is not what it seems

May 1, 2025
Finding the Right Charts

April 24, 2025
Visualization Tools, Datasets, and Resources – April 2025 Roundup

April 17, 2025
Breaking Out of Chart Software Defaults

April 15, 2025
Line Chart with Decorative Neon Accents

Browse by Chart Type See All →

Timeline Pie Chart Parallel Coordinates Histogram Alluvial Diagram Bump Chart Step Chart Parallel Sets Line Map Box Plot

Browse By Topic

  • Visualization

    Seeing data

  • Maps

    Seeing geographic data

  • Infographics

    Explaining data

  • Networks

    Connecting data

  • Statistics

    Analyzing data

  • Software

    Working with data

  • Sources

    Getting data

  • Design

    Making data readable

Get the Book

Visualize This: The FlowingData Guide to Design, Visualization, and Statistics

Available now.

Order: Amazon / Bookshop

Made by FlowingData

  • The Process

  • Data Underload

  • Chart Everything

  • Guides

  • Books

  • Shop

  • About
  • Contact
  • Newsletter
  • LinkedIn
  • Instagram
  • Bluesky
  • RSS
Copyright © 2007-Present FlowingData. All rights reserved.