PositionalAxisInfo# class treescope.ndarray_adapters.PositionalAxisInfo[source]# Bases: object Marks an axis as being an ordinary (positional) axis. Variables: axis_logical_index (int) – The logical index of the axis. This is the index of the axis in the underlying array data. size (int) – The size of the axis. Methods __init__(axis_logical_index, size) logical_key() Attributes axis_logical_index size