Animated Stacked Bar Charts with Python and Matplotlib

My goal with this project was to build an animation of a horizontal stacked bar chart using Python. The inspiration and the data used for this came from the charts on the ourworldindata.org website [1]. I set a challenge for myself to see if I could build the same type of chart that is able … Continue reading Animated Stacked Bar Charts with Python and Matplotlib

Euro 2024 Tournament Data Visualised with Python

Even though it feels like football's never coming home, I still enjoy the buzz and excitement of an international tournament every couple of years. Sports statistics is another avenue for data visualisation I've been curious about recently so I thought it's worth delving into each team's performance stats using Python and Matplotlib. The code for … Continue reading Euro 2024 Tournament Data Visualised with Python