hist.axis package#
- class hist.axis.Boolean(*, name: str = '', label: str = '', metadata: Any = None, __dict__: dict[str, Any] | None = None)#
- class hist.axis.IntCategory(categories: Iterable[int], *, name: str = '', label: str = '', metadata: Any = None, growth: bool = False, flow: bool = True, overflow: bool | None = None, __dict__: dict[str, Any] | None = None)#
Bases:
AxesMixin,IntCategory
- class hist.axis.Integer(start: int, stop: int, *, name: str = '', label: str = '', metadata: Any = None, flow: bool = True, underflow: bool | None = None, overflow: bool | None = None, growth: bool = False, circular: bool = False, __dict__: dict[str, Any] | None = None)#
- class hist.axis.NamedAxesTuple(_iterable: Iterable[Axis])#
Bases:
AxesTuple
- class hist.axis.Regular(bins: int, start: float, stop: float, *, name: str = '', label: str = '', metadata: Any = None, flow: bool = True, underflow: bool | None = None, overflow: bool | None = None, growth: bool = False, circular: bool = False, transform: AxisTransform | None = None, __dict__: dict[str, Any] | None = None)#
- class hist.axis.StrCategory(categories: Iterable[str], *, name: str = '', label: str = '', metadata: Any = None, growth: bool = False, flow: bool = True, overflow: bool | None = None, __dict__: dict[str, Any] | None = None)#
Bases:
AxesMixin,StrCategory
- class hist.axis.Variable(edges: Iterable[float], *, name: str = '', label: str = '', metadata: Any = None, flow: bool = True, underflow: bool | None = None, overflow: bool | None = None, growth: bool = False, circular: bool = False, __dict__: dict[str, Any] | None = None)#