cf.Domain.axis_name¶
-
Domain.axis_name(axes=None, **kwargs)[source]¶ Return the canonical name for an axis.
Parameters: - axis, kwargs : optional
Select the axis which would be selected by this call of the domain’s
axismethod:d.axis(axis, **kwargs). Seecf.Domain.axisfor details.
Returns: - out : str
The canonical name for the axis.
Examples: >>> d.axis_name('dim0') 'time' >>> d.axis_name('dim1') 'domain%dim1' >>> d.axis_name('dim2') 'ncdim%lat'