Superimpose plot with background (image) chart
I am trying to use an existing graph as a background for new data that I want to plot on top of the graph.
I have been able to do so when using a graph with all information contained within the axes and using the extent
parameter of plt.imshow
because then I just have to scale the image.