I would like to make a 2D scatter plot (x,y)
and the color of the point is value
(from 0 and 1) with a heatmap legend,
using the following dataset:
x y value
3 2 0.1
2 1 0.2
...
I checked both Plotting a 2D heatmap with Matplotlib and Make a 2D pixel plot with matplotlib but none of them supports what I am looking for.