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