cf.Domain.remove_axis

Domain.remove_axis(axes=None, **kwargs)[source]

Remove and return an axis from the domain.

This method has exactly the same interface, functionality and outputs as cf.Field.remove_axis. Therefore see cf.Field.remove_axis for the full documentation details.

Parameters:
axes, kwargs
: optional

See cf.Field.remove_axis.

Returns:
out
:

The domain identifier of the removed axis, or None if there isn’t one.

Examples:

See cf.Field.remove_axis.