Is there a way to automatically resize a figure to properly fit contained plots in a matplotlib/pylab image?
I\'m creating heatmap (sub)plots that differ in aspect rat
Also possible to use ax.autoscale with ax object
ax.autoscale(enable=True)