cf.Domain.remove_axis

Domain.remove_axis(axis=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:
axis, 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.

Previous topic

cf.Domain.remove_axes

Next topic

cf.Domain.remove_item

This Page