hist icon indicating copy to clipboard operation
hist copied to clipboard

Histogramming for analysis powered by boost-histogram

Results 91 hist issues
Sort by recently updated
recently updated
newest added

**Describe the problem, if any, that your feature request is related to** It would be nice to generate a "table" of the values shown in some particular histogram. Consider for...

enhancement

**Describe the problem, if any, that your feature request is related to** To visualize a high-dimensional histogram, it would be nice to conveniently create the so-called "splom plot" which is...

enhancement

We could pull out `_fit_callable_to_hist` and make it a standard method `.fit` with iminuit & SciPy support. (maybe `.fit_iminuit` & `.fit_scipy`).

enhancement

**Describe the bug** The file I'm trying to process is not that big, but I keep getting this error. **Steps to reproduce** ``` >>> x = pd.read_csv('agaricus-lepiota.csv') >>> Hist.from_columns(x,x.columns) ```...

Several improvements to Stacks should be added. ## Scaling This maybe should work: ```python stack * vector ``` If these are the same length, then each histogram should get scaled...

enhancement

A useful tool could be grouping or merging, such as mentioned in https://github.com/CoffeaTeam/coffea/issues/580 . Currently, this can be done like this, as long as you are okay to remove the...

enhancement

Establishes base for #165.

needs changelog

Convert 1-dimensional or 2-dimensional hist object into ROOT:TH1D or ROOT.TH2D object, convert counter into a ROOT.TH1D object.

needs changelog

Hello! We are trying to use plot_pull in our analyses but unfortunately just providing a PDF function without other fit parameters like default values makes it rather not working than...

documentation
good first issue