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