cf.Field.data_axes

Field.data_axes()[source]

Return the axes of the field’s data array.

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

Previous topic

cf.Field.cyclic

Next topic

cf.Field.datum

This Page