I have an array called defined as:
heatmap = [[0 for y in range(h)] for range x in range (w)]
which contains only integers.
I'd like to know how, if there is any way at all, to turn this two dimensional array of ints into a heat map similar to the one you can find here.
Sorry if this is vague, I'm at school right now, but I will try to answer any questions as fast as possible