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()matplotlib.pyplot.xlabel¶