transAxes#

named_arrays.plt.transAxes(ax=None)#

A thin wrapper around matplotlib.axes.Axes.transAxes for named arrays.

Parameters:

ax (None | Axes | AbstractScalar) – The matplotlib axes instance(s) to get the axes transformation from.

Return type:

Transform | AbstractScalar