One of the key pillars of my approach to visualizing data is finding ways to break up a dense chart into smaller chunks. Known most commonly as small multiples—but also as grid charts, panel charts, facets, or trellis charts—these visualizations are smaller charts that use the same scale, axes, and scope but spread the data across multiple visuals. In other words, instead of having all the data on one graph, the creator designs multiple, smaller versions breaking out the basic data.
But implementing the small multiples approach doesn’t mean you need to use a single graph for every series in your data. A simple example comes to mind: performance of sports teams over the course of a season.
Take Major League Baseball, for example. From the beginning of the season in April to the end in October, each team plays 162 games. We can chart their success using the number of games each team plays with more wins than losses. However, plotting all the teams on the same graph would create a mess of lines (all graphs made by Greg Stoll, and you can visit the interactive versions and inspect the code on his site):
Even in the interactive version, this graph is hard to read (except for the historically bad Chicago White Sox at the bottom of the graph).
If we wanted to make the data more readable by using a small multiples approach, we need not create a single graph for each of the 30 teams. While doing so would make it easier to see each team individually, it would take up a lot of room and make it difficult for our readers to explore the data. Furthermore, teams’ performance relative to each other is important to determine playoff seeds and division winners. Thus, a more useful, readable, and meaningful organization would be to create a set of small multiples for each division, such as this one for the National League East division (again from Greg Stoll’s site).
This grouped small multiples approach can be used in different scenarios. When working with your data, consider whether you can group your data into different categories to draw out key takeaways or conclusions. For example, if you’re making a map showing spending changes over time, you could create line charts for states that are increasing, decreasing, or unchanged; four separate maps for areas north, south, east, or west; or three bar charts for urban, suburban, or rural areas.
Small multiples can enable us to show lots of data in clearer and more digestible ways, but it’s important to remember that you don’t need to break up your dense data into individual charts. Groupings might not only be clearer, but also more useful for your readers.
Podcast: Kevin Wee’s Tableau Journey in Visualization and Innovation
The PolicyViz Podcast is back in 2025! I start off the year with my friend Kevin Wee, a Tableau creator and visualizer, who shares his journey into data visualization. Kevin’s Tableau journey starts in 2019 at Purdue University where he faced challenges working with data, but grew in his ability to create interesting and engaging dashboards through creative projects and community involvement. Kevin and I talk about his approach to Tableau, how he incorporates other tools like Figma, PowerPoint, and Excel, and how he is using AI tools to help create better and better data tools. I hope you’ll enjoy this week’s episode of the show!
Supported by: Puzzle.io
Accounting software you'll actually love. Puzzle.io brings you modern accounting for the AI era. Get accurate financials and verifiable insights, every day. If you run a small business, track financials and more, Puzzle.io is the latest tool to help you efficiently and easily supercharge your books.
Things I’m Reading
Books
The Rediscovery of America: Native Peoples and the Unmaking of U.S. History, by Ned Blackhawk
Highly recommended! It’s a big book (616 pages), but I’m really enjoying it!
Data Justice by Dencik et al.
Not recommended. Feels like it’s written by academics for academics.
Articles
“Making Data the Drug”: A Pragmatic Pilot Feasibility Randomized Crossover Trial of Data Visualization as an Intervention for Pediatric Chronic Pain, by Beorner et al.
Just starting…..
TV & Movies
One episode in to season 1 and I enjoyed it. Not sure I’ll stick with it.
I don’t get the ending to this movie
Suits, Netflix
I know, I know, but it’s good trashy TV
The baseball charts are attractive when the colours, aspect ratio, and scales are chosen well. Interaction is a plus. I developed a related plot (wormchart) for soccer leagues and there is a chapter in my book "Getting (more out of) Graphics" with examples and an R function to plot them on GitHub. Someone must have thought of this before, but who? My first wormchart was on Instagram in 2016.
After Suits, it must be a Mentalist or a White Collars! ☺️ Simple and kind stories to get through difficult times.