coordinates.coordinate_systems.CartesianCoordinateSystem3D.get_axes_units#

CartesianCoordinateSystem3D.get_axes_units(unit_system: unyt.UnitSystem) List[unyt.Unit]#

Resolve the physical units for each axis in a given unit system.

Parameters:

unit_system (unyt.UnitSystem) – The unit system used to resolve the symbolic axis dimensions.

Returns:

The resolved unit for each axis, in canonical order.

Return type:

list of unyt.Unit