I want to create a simple infographic in python. Matplotlib seems to have a lot of features but nothing that covers off my simple heatmap grid example.
The infographic is a simple 5 x 5 grid with numbers inside ranging from 0 to 1. The grid squares would then be coloured in 0=white 1=blue 0.5 being a pale blue.
Matplotlib could probably be used but I couldn't find or combine any examples that offered insight into generating this.
Any insight, example code or library direction would really help
Regards Matt