cf.AncillaryVariables.remove_axis

AncillaryVariables.remove_axis(*args, **kwargs)[source]

Remove and return an axis from each field.

fl.remove_axis() is equivalent to cf.List(f.remove_axis() for f in fl).

See cf.Field.remove_axis for details.

Parameters :
args, kwargs : optional

See cf.Field.remove_axis.

Returns :

out : cf.List

Previous topic

cf.AncillaryVariables.remove_axes

Next topic

cf.AncillaryVariables.remove_data

This Page