I have 5 axes on a single matplotlib figure. Is there a way that I can add white space between only 2 axes?
I would like something similar to fig.subplots_adjust()
but for axes objects so that the adjustment only affects the positioning of 1 ax and not all axes.