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