cf.PartitionMatrix.change_axis_names

PartitionMatrix.change_axis_names(axis_name_map)[source]

axis_name_map should be a dictionary which maps each axis name in self._axes to its new name. E.g. {'dim0':'dim1', 'dim1':'dim0'}.

Previous topic

cf.PartitionMatrix.add_partitions

Next topic

cf.PartitionMatrix.copy

This Page