cf.PartitionMatrix.change_axis_names

PartitionMatrix.change_axis_names(dim_name_map)[source]

dim_name_map should be a dictionary which maps each dimension names in self.dimensions to its new dimension name. E.g. {‘dim0’:’dim1’, ‘dim1’:’dim0’}

Previous topic

cf.PartitionMatrix.add_partitions

Next topic

cf.PartitionMatrix.copy

This Page