vis4.net

Hi, I'm Gregor, welcome to my blog where I mostly write about data visualization, cartography, colors, data journalism and some of my open source software projects.

Forget About Parties, Visualize the Coalitions!

#advice#datavis

If I was asked for the golden rule of information visualization, it would be:

“Show the most important thing first!”

Not second or third, but first! And what is the most important thing to show about the outcome of an election? Who actually won. In political systems like Germany’s, where we have no party getting anywhere near 50% of the vote, the usual one-bar-per-party bar charts totally fail to answer this most important question. For example, in the following chart we can see the number of seats won by different political parties - but this does not tell us who won the election. wahlergebnis-balken This is because the elections are not won by the party with the most votes, but the party who manages to get a majority of seats in parliament. And, with the exception of Bavaria and Hamburg1, in Germany there’s no way to take government without forming a coalition. The bar chart above makes it tremendously difficult for readers to figure out which coalition has won. Therefore one must calculate the total number of seats for each coalition, and compare it to the number of seats needed for a majority (which itself is the sum of each parties seats divided by two). Humans aren’t particularly good at calculating and weighing up these different possibilities on the fly. That’s why most election reporting websites show an additional coalition view. But where is it? Right - often it is the last thing that they show, such as in this recent example from the Zeit Online: mgl-koalitionen

How coalitions have been visualized in the past

In past elections in Germany coalitions have been visualized in two different ways: either as simple horizontal bar chart or as an interactive coalition calculator. mgl-koalitionen-2 The simple bar chart as seen above usually shows a limited selection of two or three coalitions having a majority. One problem is that sometimes it would be interesting to compare those coalitions with other possible, but politically unlikely coalitions (such as CDU-GREENs in Germany). The second problem is that excluding the coalitions that fail to have a majority eliminates valuable context information.

Do it yourself: the coalition calculator

An alternative approach is the coalition calculator. The main idea is to let the users select parties and show them whether or not a coalition of them would have a majority.

ltwnds-spon-koalitionsrechner

However, this puts some effort on the users, who might be checking back several times during election nights. Also the calculator only shows one or two coalitions at a time, so it’s hard to actually compare different coalitions.

The new approach: extended coalition charts

Actually this isn’t really ground-braking, but for some reasons nobody ever visualized elections this way. The idea is to show as much coalitions as possible side by side, including the politically unlikely and those who fail the majority. To visually separate the winning coalitions from the rest I finally decided to simply pull them apart. Since I need some more space I went for vertical bars instead. koalitionen-940 There’s a nice side effect of showing all coalitions: When new preliminary results are coming in during election nights, the visualization doesn’t show an entirely different picture, but some coalitions simply ‘changed sides’. Since the actual total number of seats depends on the election results, I decided to label the coalitions seats with relative numbers. This means that instead of saying coalition X has 70 seats we say 3 seats are missing for majority.

Coalition maps

It was a small step from here to coalition maps. A coalition map shows in which election districts a coalition holds the majority of votes. To indicate the coalition I decided to go for diagonal stripes, although I don’t recommend looking at them for too long :) koalitionskarten1 Actually interesting is to compare the coalition maps between coalitions. For instance from comparing the two most preferred coalitions you can see a clear divide within the state Lower Saxony. koalitionskarten-2 Note: this post is a translation of this one.


  1. thanks to @giereow for correcting me