I want to overlay a heatmap onto a contour plot on plotly with python. The two images come from numpy arrays, and they are different sizes. I will need to overlay the second image at a particular spot on the contour plot, as well I will have to enlarge the plots so that 1 pixel in the heat map corresponds to 1.3 pixels in the contour plot. How can this be done?
I want to produce something like I created here in matplotlib
Sample Image
edit
Here is my current progress