adding axis handle
Awesome tool, is it possible to add the axis handle to display the results into a subplot?
Now you can :)
Just upgrade to the latest version and add ax=YOUR-AX to plot_returns_heatmap().
Cheers!
Thank you very much :) Are there any know issues with padding? I'm using a subplot2grid and the monthly returns are not plotted over the entire bottom and it seems to be padded on the right (plotting not the mrh plot but a vanilla plot on the bottom axis does cover the entirety of the bottom row)
Important to mention that if I remove the colorbar, if fits nicely into the grid, so it must be an issue with the color bar positioning/ padding

Try specifying margins for the axis you’re using (ie ax.margins(0.0)) and let me know if this fixed the padding issue for you.
modifying the margins didn't help, still the same behavior :S
what is strange is that if I remove the colorbar, if fits nicely into the grid, so it must be an issue with the color bar positioning/ padding