Return the canonical name for an axis.
Select the unique axis which would be selected by this call of the field’s axes method: f.axes(axis, **kwargs). See cf.Field.axes for details.
The canonical name for the axis.
>>> f.axis_name('dim0') 'time' >>> f.axis_name('dim1') 'domain%dim1' >>> f.axis_name('dim2') 'ncdim%lat'
cf.Field.axis
cf.Field.axis_size
Enter search terms or a module, class or function name.