You can use set_position() to change the dimensions of one of the subplot:
plt.figure(1).axes[1].set_position([0.6,0.4,0.25,0.3]) # left, bottom, width, height
It gives: