I have a working sns.heatmap, showing volatility of currency pairs. What I want is to be retain the color from the volatility, but superimpose the numeric spot rate in the relevant cell.
This way each cell displays two values- spot numeric, and volatility color. Is there a way to use sns.heatmap to do this directly, or failing that, grab the graphical info and superimpose the spot data.