get_title#
- named_arrays.plt.get_title(ax=None)#
A thin wrapper around
matplotlib.axes.Axes.get_title()for named arrays.- Parameters:
ax (None | Axes | AbstractScalar) – The matplotlib axes instance(s) to get the title label from.
- Return type:
A thin wrapper around matplotlib.axes.Axes.get_title() for named arrays.
ax (None | Axes | AbstractScalar) – The matplotlib axes instance(s) to get the title label from.