cf.FieldList.remove_axis

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

Remove and return an axis from each field.

fl.remove_axis(*args, **kwargs) is equivalent to cf.List(f.remove_axis(*args, **kwargs) 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.FieldList.remove_axes

Next topic

cf.FieldList.remove_data

This Page