fig, ax = plt.subplots(3, 3)
fig.supxlabel('x axis label')
fig.supylabel('y axis label')