Interpolating 3D heat map in matplotlib (XY,C)
I have plotted X,Y co-ordinates in a 2D polar-plot, and I am passing a third value to each co-ordinate that is my third dimension. I am trying to the interpolate between all plotted points, similar to the example found here: Circular interpolated heat map plot using python.