matplotlib.pyplot.xlabel

matplotlib.pyplot.xlabel(s, *args, **kwargs)

Set the x axis label of the current axis.

Default override is:

override = {
    'fontsize'            : 'small',
    'verticalalignment'   : 'top',
    'horizontalalignment' : 'center'
    }

See also

text()
For information on how override and the optional args work

Examples using matplotlib.pyplot.xlabel

© 2012–2017 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
http://matplotlib.org/2.1.0/api/_as_gen/matplotlib.pyplot.xlabel.html