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 seecf.Field.data_axesfor 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.
Examples: See
cf.Field.data_axes.