grids.mixins.core.GridUtilsMixin.standardize_axes#

GridUtilsMixin.standardize_axes(axes: AxesInput | None = None) List[str][source]#

Standardize the axes provided.

This will ensure that all axes are valid axes and that the axes are ordered canonically.

Parameters:

axes (list of str) – The axes specification to standardize.

Returns:

The standardized axes.

Return type:

list of str