• Membership
  • Newsletter
  • Projects
  • Learning
  • About
  • Member Login
  • Metrocard purchasing workflows compared

    January 23, 2015

    Topic

    Design  /  MetroCard, subway

    The process to purchase a MetroCard for the New York Subway is different from the process to purchase tickets for the Bay Area Rapid Transit in San Francisco. From the flowchart above by Aaron Reiss, it’s clear that it takes a lot more screen touches to get a MetroCard, but that’s only part of the story. The interesting part is why the two systems’ machines are so different. Different timing means different goals.

  • The dots are people

    January 23, 2015

    Topic

    Design  /  human

    The simple analysis is to approach data blind, as machine output. But this almost always produces an incomplete analysis and a detached, less than meaningful visualization. Jacob Harris, a developer at the New York Times, talks context, empathy, and what the dots represent.

    In reference to the New York Times’ map of deaths in Baghdad after receiving the Wikileaks war logs:

    Before it was a final graphic though, it was a demo piece I hastily hacked into Google Earth using its KML format. I remember feeling pretty proud of myself at how cool even a crude rendering like this looked, and the detailed work I had done to pull out all the data within reports to see these dots surge and wane as I dragged the slider. Then I remembered that each of those data points was a life snuffed out, and I suddenly felt ashamed of my pride in my programming chops. As data journalists, we often prefer the “20,000 foot view,” placing points on a map or trends on a chart. And so we often grapple with the problems such a perspective creates for us and our readers—and from a distance, it’s easy to forget the dots are people. If I lose sight of that while I am making the map, how can I expect my readers to see it in the final product?

  • Being dangerous

    January 22, 2015

    Topic

    Data Sharing  /  lunch talk, privacy

    Think big data, and it’s tough not to associate it with big corporations who have their own interests in mind. Use data. Make money. It doesn’t have to always be like that though. Jen Lowe, for the Deep Lab Lecture Series, talks about reclaiming some of that power with silent gestures through the web and using data for good.
    Read More

  • Convert geographic data to 3-D models for printing

    January 22, 2015

    Topic

    Software  /  3-d, NodeJS, physical, shapefile

    This seems like fun. The NodeJS package shp2stl by Doug McCune lets you convert a shapefile to a 3-D model, which can then send to your favorite 3-D printer (because you know we all have at least two of them lying around). Assuming you have NodeJS setup, simply point the package to your shapefile, specify which attribute to use for height, and presto changeo there’s your 3-D model.

  • Book checkouts from the British Library

    January 21, 2015

    Topic

    Infographics  /  British Library, checkouts

    In efforts to emphasize the importance of the library (very), the British Library released a video that simply shows ten minutes of book checkouts. Nothing fancy. Just an updating log of activity — and yet there’s something mesmerizing about it.
    Read More

  • Whale songs visualized

    January 21, 2015

    Topic

    Data Art  /  music, whale

    It’s been known for decades that the sounds that whales make show patterns and have a certain musicality to them. David Rothenberg and Mike Deal talk about the history of visualizing and analyzing the sounds, along with a visual interpretation of their own.
    Read More

  • Data Underload  /  commute, work

    Interactive: How Americans Get to Work

    The way that people get around can say a lot about how a place is made up. Here’s an interactive map that shows how people get to work in America.

    Read More
  • Feeling hot, hot, hot

    January 19, 2015

    Topic

    Statistical Visualization  /  Bloomberg, environment, temperature, time series, weather

    When you look at overall global temperatures over time, you see a rising line and new heat records set. Instead of just one line though, Tom Randall and Blacki Migliozzi for Bloomberg split up the time series by year and animated it.

    Each year is overlaid on top of the other with a new time series in each frame. The dotted line rises too as new records are set, and as time passes, the older time series lines fade to the background.

    You still get the rising effect as you would with a single time series over the past 135 years, but this view provides more focus to the increase, closer to present time.

  • Chart none of the things

    January 16, 2015

    Topic

    Design  /  human

    When it comes to storytelling, copious amounts of data often means lots of charts. Sometimes though, a chart isn’t what you need. Sarah Slobin, a graphics editor for the Wall Street Journal, talks about such an experience. The urge was to chart all the things, but in the end, there was a better route.

    Losing the graphics made sense to all of us on the project. What worked best for the story won out, as it should. We didn’t need graphics for the sake of graphics, especially graphics that weren’t working in service of the piece. And photos, while not numbers, are also data in their own right. My own internal calculus, data = charts, was based on habit and that habit had become like armor over time, I put it on without thinking before trudging off to battle. So now, at the outset of each project, I’m working on learning to be really honest with myself each time I sort through a set of statistics; “What does the reader really need here?” Not, “What cool thing can I do with these data?”

  • Genetic algorithm walkers

    January 16, 2015

    Topic

    Statistics  /  algorithm, QWOP, simulation

    If you ever wondered what it looks like when QWOP-like figures learn to walk through mutation as dictated by a simplified genetic algorithm, here’s your answer. Rafael Matsunaga made a simulation that starts with a bunch of walkers, and the one that stays upright the longest moves on to the next generation. Adjust the probability of mutation and the amount, and there’s a chance the next generation of walkers could go further.

    See also genetic algorithm cars. Same idea but with blocky car-like figures. [via kottke]

  • Basic chart, wrong conclusions

    January 15, 2015

    Topic

    Mistaken Data  /  Bloomberg, income

    A short post on Bloomberg from 2013 describes the fall of U.S. mens’ income for the past forty years. To illustrate, the author uses the chart above, and we’re like, “Oh gee willikers, that sure is a big drop in income. I guess mens’ income is well on its way to zero dollars. Gosh darn it to heck.”

    But maybe we’re riled up for nothing.

    Eric Portelance takes a small step back to see what’s going on in this simple chart. It’s the classic case of cherry-picked data points, less attention to axes, and ignoring the details.

  • Translating images to words

    January 15, 2015

    Topic

    Statistics  /  Google, language, neural networks

    With Google’s image search, the results kind of exist in isolation. There isn’t a ton of context until you click through to see how an image is placed among words. So, researchers at Google are trying an approach similar to how they translate languages to automatically create captions for the images.

    Now Oriol Vinyals and pals at Google are using a similar approach to translate images into words. Their technique is to use a neural network to study a dataset of 100,000 images and their captions and so learn how to classify the content of images.

    But instead of producing a set of words that describe the image, their algorithm produces a vector that represents the relationship between the words. This vector can then be plugged into Google’s existing translation algorithm to produce a caption in English, or indeed in any other language. In effect, Google’s machine learning approach has learnt to “translate” images into words.

  • One animated art piece per day, with D3.js

    January 14, 2015

    Topic

    Data Art  /  animation, d3js

    Data-Driven Documents, or D3.js, is a flexible JavaScript library that lets you draw and move things in the browser. If it isn’t yet, it’s on its way to becoming the tool of choice for visualization on the web. It’s important to remember though that the library isn’t just for charts, graphs, and maps (although those things are nice). Case-in-point is John Firebaugh’s new project to make one animated art piece a day.

    Playful, mesmerizing, and a total time suck.

  • 3-D model to show free-climb route

    January 14, 2015

    Topic

    Maps  /  3-d, climbing, New York Times

    Tommy Caldwell and Kevin Jorgeson are free-climbing almost 3,000 feet up El Capitan, basically with their fingers. The New York Times shows the ascent with a route placed on top of a 3-D model. Scroll in a WebGL-enabled browser on the biggest screen possible for a smidgen of feeling for what the climb is like.

    See also Caldwell’s Facebook page for some amazing pictures of what they’ve experienced so far.

    Update: The Times just published a high-res image of the wall. Click on the links in the caption to see Jorgeson, but a tiny speck.

  • Machine learning podcast

    January 13, 2015

    Topic

    Statistics  /  lunch talk, podcast, Talking Machines

    I’m glad podcasts are a thing right now. Talking Machines is a new podcast on machine learning, statistics, and data, hosted by journalist Katherine Gorman and computer science professor Ryan Adams. One “Hello, world” episode in, it seems promising. Sometimes these technical podcasts get lost in jargon, which gets old fast, but I think they’re working towards a good balance.

  • Mapped history of how Native American land was taken

    January 13, 2015

    Topic

    Maps  /  history, land

    In Invasion of America, an animated map shows the loss of land.
    Read More

  • Working with Map Projections and Shapefiles in R

    No need to settle for the mapping defaults in R. Apply map projections to show geographic data in a way most suitable for your work.

  • Tim Cook Chernoff Face

    January 12, 2015

    Topic

    Data Art  /  Chernoff, humor, Tim Cook

    This amused me. By artist Christo Allegra.

  • Fake correlation

    January 9, 2015

    Topic

    Statistics  /  correlation, sampling

    Gabriel Rossman, a sociology professor at UCLA, describes colliders — or when correlation does not equal causation and the former might not even exist either. Referring to the simulated plot above, Rossman uses Hollywood actor selection as an example:

    For instance, suppose that in a population of aspiring Hollywood actors there is no correlation between acting ability and physical attractiveness. However assume that we generally pay a lot more attention to celebrities than to some kid who is waiting tables while going on auditions. That is, we can not readily observe people who aspire to be actors, but only those who actually are actors. This implies that we need to understand the selection process by which people get cast into films. In the computer simulation displayed below I generated a population of aspiring actors characterized by “body” and “mind,” each of which follows a normal distribution and with these two traits being completely orthogonal to one another. Then imagine that casting directors jointly maximize talent and looks so only the aspiring actors with the highest sum for these two traits actually get work in Hollywood. I have drawn the working actors as triangles and the failed aspirants as hollow circles. Among those actors we can readily observe there then will be a negative correlation between looks and talent, even though there is no such correlation in the grand population. If we see only the working actors without understanding the censorship process we might think that there is some stupefaction of being ridiculously good-looking.

  • The first photo of the United States by NASA satellite

    January 9, 2015

    Topic

    Maps  /  NASA, satellite

    In 1974, NASA published their first satellite photo of the contiguous United States by stitching together a bunch of individual images.

    A giant photo map of the contiguous 48 states of the United States, the first ever assembled from satellite images, completed for NASA by the U.S. Department of Agriculture Soil Conservation Service Cartographic Division. The map is 10 by 16 feet, is composed of 595 cloud-free black-and-white images returned from NASA’s first Earth Resources Technology Satellite (ERTS-1). The images were all taken at the same altitude (912 kilometers: 560 miles) and the same lighting angle. The images were produced by the spacecraft’s Multi-spectral Scanner System (MSS) in Band 5, or the red portion of the visible spectrum, during the period July 25 to October 31, 1972.

  • Page 207 of 392
  • <
  • 1
  • ...
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • ...
  • 392
  • >

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

Become a member →

Recently for Members

May 15, 2025
Step Chart, Enhanced

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

Browse by Chart Type See All →

Slope Chart Network Graph Strip Plot Radar Chart Dot Map Organogram Venn Diagram Parallel Coordinates Packed Bubble Chart Baseline Chart

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.