set_ylabel#
- named_arrays.plt.set_ylabel(ylabel, ax=None, **kwargs)#
A thin wrapper around
matplotlib.axes.Axes.set_ylabel()for named arrays.- Parameters:
ylabel (str | AbstractScalar) – The vertical axis label for each axis.
ax (None | Axes | AbstractScalar) – The matplotlib axes instance on which to apply the label.
- Return type: