Makeover Monday 2019/W32 - Britain is rapidly phasing out coal

The data provided for this week’s Makeover Monday was from Gridwatch, and it contained the output of different energy sources in Britain every day from the 31st of December 2011 to the 3rd of August 2019. The accompanying article describes the declining use of coal-derived energy that the country is experiencing, and it uses the following graph to illustrate it:

Image

My thoughts on the visualisation:

What works with this chart?

What doesn’t work with this chart?

How can it be improved?

Image

Interactive dashboard

How did I do it?

Creating the actual plots was simple enough thanks to Tableau, however I had to create a couple of calculated fields, and a parameter to allow the viewer to compare the coal output to each individual alternative energy, instead of limiting the visualisation to “coal versus others”. I feel like this helps the viewer understand how the output of coal alternatives also changed during the years.

I created a parameter which allowed to choose between all the non-coal alternatives, plus an option which grouped them all. Then, I created two dynamic axes which referred to this parameter:

CASE [parameter]
WHEN "Non-coal" THEN SUM([Non-coal])
WHEN "Solar" THEN SUM([Solar])
[total output] / (SUM([Coal]) + SUM([Non-coal])) * 100

These two measures were the x axes of the two graphs, and thus changed dynamically depending on the user selection.

Final thoughts

I really enjoyed this first Makeover Monday. At first, I wasn’t even sure I was understanding the data correctly, and I had already started to see bigger, fancier representations than what I had in mind. But then I remembered that simple is often good, and that in the end, finished is better than perfect. So here is my take on this week’s data. It might make some good points, it might have some big flaws, but at least it exists - hopefully as the first of many.