Map the axis identifiers of the domain to their equivalent axis identifiers of another.
other : cf.Domain
A dictionary whose keys are the axis identifiers of the domain with corresponding values of axis identifiers of the of other domain.
>>> d.map_axes(e) {'dim0': 'dim1', 'dim1': 'dim0', 'dim2': 'dim2'}
cf.Domain.items
cf.Domain.new_aux_identifier
Enter search terms or a module, class or function name.