hist.stack module#
- class hist.stack.Stack(*args: BaseHist[S])#
Bases:
Generic[S]- property axes: NamedAxesTuple#
- classmethod from_dict(d: Mapping[str, BaseHist[S]]) Self#
Create a Stack from a dictionary of histograms. The keys of the dictionary are used as names.