cf.PartitionMatrix.set_location_map

PartitionMatrix.set_location_map(data_axes, ns=None)[source]

Set the location attribute of each partition of the partition matrix in place.

Parameters :
data_axes : list

The axes of the master data array.

Examples

>>> pm.set_location_map(['dim1', 'dim0'])
>>> pm.set_location_map([])

Previous topic

cf.PartitionMatrix.partition_boundaries

Next topic

cf.PartitionMatrix.squeeze

This Page