Axis§

final class typed_lisa_toolkit.types.Axis[T: Union, MT: module][source]§

An axis of a grid.

asarray(xp: MT2, *, dtype: DT) Array[DT, MT2][source]§
asarray(xp: MT2, *, dtype: None = None) Array[Any, MT2]
asarray(xp: None = None, *, dtype: DT) Array[DT, MT]
asarray(xp: None = None, *, dtype: None = None) Array[Any, MT]

Return the axis as an array in the specified array library.

property ax: T§

The axis as an array or Linspace.

property start: float§

The first point of the axis.

property stop: float§

The last point of the axis.