Return the list of ids of the axes.
List of ids of the axes.
See also
axis_id
Examples
>>> a = Axis(2, 'a') >>> b = Axis(2) >>> c = Axis(2, 'c') >>> AxisCollection([a, b, c]).ids ['a', 1, 'c']