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