Parameters : |
- position : int, optional
Specify the position amongst the field’s data array axes where
the new axis is to be inserted. By default the new axis is
inserted at position 0, the slowest varying position.
- axis, kwargs : optional
Specify the axis to insert. By default a new size 1 axis is
inserted which doesn’t yet exist.
If axis and/or kwargs are set then the axis is the unique,
size 1 axis that would be selected by this call of the field’s
axes method: f.axes(axis, size=1,
**kwargs). See cf.Field.axes for details.
|