fig, ax = plt.subplots(3, 3, figsize=(8,6)) plt.setp(ax[-1,:], xlabel='x axis label') plt.setp(ax[:,0] , ylabel='y axis label')