Flip dimensions of the data array and bounds in place.
The trailing dimension of the bounds is flipped if and only if the coordinate is 1 or 0 dimensional.
Flip the dimensions whose positions are given. By default all dimensions are flipped.
The axes which were flipped, in arbitrary order.
See also
expand_dims, squeeze, transpose,
Examples
>>> c.flip() >>> c.flip(0)
cf.DimensionCoordinate.fill_value
cf.DimensionCoordinate.get_bounds
Enter search terms or a module, class or function name.