3 Unique Charts You Wouldn’t Think Were Created with Matplotlib | by Andy McDonald | Mar, 2023
Utilising Python’s Matplotlib to Create Advanced Data VisualisationsExample Gantt chart created using matplotlib — image by the author.Often matplotlib has a bit of a reputation for creating boring figures and being awkward to use. However, with some patience, research and extra lines of python code, we can create some unique and very visually appealing figures.When learning python, matplotlib is often the first data visualisation library that people come across. With a few lines of code, you may end up generating a…