Axes.set_xlabel

Hello, I am using the class interface to mpl and I was

    > wondering if it is an intended behaviour, that you cannot
    > set the label to 'None'. Using:

    > Axes.set_xlabel(None)

Axes.set_xlabel('')

JDH