matplotlib.pyplot.
ylabel
(s, *args, **kwargs)¶Set the y axis label of the current axis.
Defaults override is:
override = {
'fontsize' : 'small',
'verticalalignment' : 'center',
'horizontalalignment' : 'right',
'rotation'='vertical' : }
See also
text()