cf.Domain.remove_axes¶
-
Domain.
remove_axes
(axes=None, **kwargs)[source]¶ Remove and return axes from the domain.
This method has exactly the same interface, functionality and outputs as
cf.Field.remove_axes
. Therefore seecf.Field.remove_axes
for the full documentation details.See also
Parameters: - axes, kwargs : optional
See
cf.Field.remove_axes
.
Returns: - out : set
The removed axes. The set may be empty.
Examples: See
cf.Field.remove_axes
.