The Beauty of Matplotlib Stylesheets 23 May 2023·2278 words·11 mins matplotlib blog After reading an article on the effectiveness of Matplotlib stylesheets, I’ve decided to create my own custom stylesheets.
Migrating to Hugo 26 November 2022·273 words·2 mins Hugo blog Congo I’ve decided to bite the bullet and migrate my blog to Hugo.
Formatting Data for Matplotlib Axes 15 September 2020·222 words·2 mins matplotlib blog A simple but useful feature for data visualization in plots is to format the axes accoring to the units of the attributes you are working with, which could just be metric units, currency units or similar.