transpose#
- Miller.transpose(*axes: Optional[int]) Miller[source]#
Return a new instance with the data transposed.
The order may be undefined if
ndimis originally 2. In this case the first two dimensions are transposed.- Parameters:
- axes
Transposed axes order. Only navigation axes need to be defined. May be undefined if self only contains two navigation dimensions.
- Returns:
millNew transposed Miller instance of the original instance.