AttributeError: Subplot instance has no attribute 'xlabel'

Is this a bug ?

    ax1.xlabel(r'Frequency f (Hz)')
AttributeError: Subplot instance has no attribute 'xlabel'

ax1

<matplotlib.axes.Subplot instance at 0x2aaab468d3f8>

Nils