cf.Domain.data_axes

Domain.data_axes()[source]

Return the axes of the field’s data array.

This method has exactly the same interface, functionality and outputs as cf.Field.data_axes. Therefore see cf.Field.data_axes for the full documentation details.

Returns :
out : list or None

The ordered axes of the field’s data array. If there is no data array then None is returned.

See also

axes, item_axes

Examples

See cf.Field.data_axes.

Previous topic

cf.Domain.copy

Next topic

cf.Domain.direction

This Page