One of the early data visualization best practices I was interested in learning more about was how and where to place my vertical axis labels. It seems like a simple, basic aspect of data visualization design. Most default software programs rotate the vertical axis label 90 degrees, and I never really thought that was too big of a deal. For the most part, axis labels tend to be short, so it’s not like you have to turn your head to read them.

One of the articles that informed my original views was this 2013 post by Naomi Robbins. In it, she explores four options for the vertical axis label (I’m using the same chart style and layout as Naomi, but with different data).

4x4chartgrid_fixed

The label in the top-left chart—what Excel calls a “Vertical Title”—is, well, ridiculous. Even with a short title like “Percent” you can’t really read it. Naomi called this “unacceptable” and I agree.

The label in the top-right chart—what Excel calls a “Horizontal Title”—is easier to read, but it takes up a lot of unnecessary space. Here again, Naomi and I are in agreement.

The bottom-left chart is the usual default axis label—Excel calls this the “Rotated Title” (though, honestly, if it’s the default, shouldn’t it just be called the “Title”?). This label is relatively easy to read and is compact within the entire graph space. With longer axis labels, however, this can be more difficult to read—more on this in a moment.

Finally, the bottom-right chart takes the axis label and inserts it as a subtitle to the chart—let’s call this the “Subtitle Title” (terrible name, I know). (You’ll note I’ve also left-aligned both the title and axis label). In this case, Naomi wrote that, “The placement on the left figure [the Rotated Title] more clearly associates the label with the axis while the placement on the right [the Subtitle Title] is easier to read….It’s six of one and half dozen of the other.”

For a long time, I adopted Naomi’s position: The “Rotated Title” works fine, is close to the axis, and is the default, so why mess with it? But lately I’ve been thinking that the Subtitle Title approach is superior for three primary reasons:

  1. It’s directly linked with the title of the chart, and people tend to read chart titles, as a 2015 paper by Michelle Borkin and her co-authors showed. In that paper, participants reviewed a series of graphs and were most likely to mention and recall the titles of the graphs. As the authors note, “Across all textual elements [titles, labels, paragraphs, legends, axes, source, and other text] the title is among the most important.” Thus, even though the label is further from the axis—though a bit closer when I left-align it with the vertical axis—its location closer to the title makes it more likely people will read it. If the horizontal axis is labeled (or is obvious, such as country names or years), the reader isn’t going to think twice about which axis the Subtitle Title applies. (By the way, hat tip to Jen Christiansen and Robert Kosara for finding the Borkin et al paper for me).
  2. It’s not that much harder to add this label to the chart. In fact, in some cases (e.g., Excel) it’s one less “object” to add to your chart because you can include it in the same text box as the chart title.
  3. Finally, axis labels are not always short. Here’s an example from CityLab where you really do have to turn your head to read this axis. Moving it into the subtitle (and getting rid of the script text) certainly makes it easier to read, and perhaps also faster (you’ll note that I also deleted the 18 percentage signs because the axis titles tell you its percentages). (Oh, and I just eyeballed the data here).

OriginalCityLabScatterplotCityLabRevisedScatterPLot

I’ll also note that many places use the Subtitle Title approach, or some variation therein, as their default style. The Urban Institute, for example, places the axis label next to the vertical axis (see the style guide) and the Congressional Budget Office places it just above the vertical axis.

UrbanInstitutestyleguide

By comparison, the Sunlight Foundation rotates the vertical axis (though, I would argue in the wrong direction) to leave room for an explanatory subtitle.

SunlightFoundationstyleguide

Of course, if the axis title is short, maybe you just need a callout instead, as the Dallas Morning News describes in their style guide (you can find a selection of other data visualization guides in the Style Guides on my website).

DMNstyleguide

In this case, maybe simply putting a percentage sign next to the top y-axis label would suffice.

singlechart_fixed

In sum then, my view on what to do with the vertical axis label has changed. I now prefer to make it a subtitle—a little smaller, maybe even a slightly different color—which better links the axis label and the chart title.

Thoughts? Where do you prefer to put your axis labels? Leave your comments in below or let me know on Twitter.