I have 3 subplots (3 rows and 1 column). We can use fig.subplots_adjust(hspace=0.2)
to adjust the distance between the subplots. this will change the distance between subplots for all case. How can I have different distance between plot 1 (311) & plot 2 (312), and plot 2 (312) & plot 3 (313)?