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 see cf.Field.remove_axes for the full documentation details.

Parameters:
axes, kwargs : optional

See cf.Field.remove_axes.

Returns:
out : list

The removed axes. The list may be empty.

Examples:

See cf.Field.remove_axes.

Previous topic

cf.Domain.new_ref_identifier

Next topic

cf.Domain.remove_axis

This Page