Roll the specified partition dimension backwards,in place until it lies in a given position.
Note that this does not change the master data array.
The axis to roll backwards. The positions of the other axes do not change relative to one another.
The axis is rolled until it lies before this position. The default, 0, results in a “complete” roll.
None
Examples
>>> pm.rollaxis(2) >>> pm.rollaxis(2, start=1)
cf.PartitionMatrix.partition_boundaries
cf.PartitionMatrix.set_location_map
Enter search terms or a module, class or function name.