I am using heatmap.py to plot a heatmap on python. I read on the doc (same page in the details section) that 'points' is "an iteratable list of tuples, where the contents are the | x,y coordinates to plot. e.g., [(1, 1), (2, 2), (3, 3)]"
Therefore, we can specify the points (x,y) to color, but how is it possible to specify the intensity of each point (x,y)?