I have 5 subplots. The position of subplots is as in the attached picture. I guess
ax1 = plt.subplot(331)
ax2= plt.subplot(332)
ax3= plt.subplot(333)
ax4= plt.subplot(132)
ax5= plt.subplot(133)
but it doesn't work correctly. I would be grateful if you guide me on what integers I use for column, row,and index of subplots?