Return the domain axes identifiers of the field’s data array.
See also
axes, axis, item_axes
The ordered axes of the field’s data array. If there is no data array then None is returned.
>>> f.data_axes() ['dim2', 'dim0', 'dim1']
>>> f.ndim 0 >>> f.data_axes() []
>>> del f.Data >>> print f.data_axes() None
cf.Field.cyclic
cf.Field.datum
Enter search terms or a module, class or function name.