-
Even in times of GPUs, ASCII art is still popular. Some users asked for simple ASCII output, e.g. like the one in uproot:
```
0 …
-
Hi, I'd like to give an outsider review of Hans Dembinski's Histogram library. I'm a developer of software for particle physicists with a background of using histograms (heavily) in analysis. Over the…
-
See https://github.com/histogrammar/histogrammar-cpp. Unfortunately the cpp codes does not seem to be very mature.
-
Hello,
First thanks for the library, it's great to have a fast header-only library for histograms in C++.
One of the main use-cases we have for histograms is using them over distributed datasets…
-
I was looking to use this to get around a simple issue that I have with numpy histograms: specifically, numpy histograms work by calculating a cumulative sum across the bin ranges, which means that wh…
-
Following up on the comment made on https://stackoverflow.com/questions/50820894/filling-numpy-arrays-slower-than-for-loop-h-fill-vs-h-fill-numpy:
It would be good to replicate 2D plots that are comm…
-
There's seems to be a special case in `ImProcFunctions::lab2rgbOut`, the `if` condition starting [here](https://github.com/Beep6581/RawTherapee/blob/d1571658f89e31f644cf7c79d366bfe6bf41a631/rtengine/i…
-
The histogram comparison
`glb_sta_pt_v_ptRes_gaus_mean`
fails to plot when running the ordinary workflow of performance plots. That is, by first using Step1_make_2d_plots.py to create ROOT files…
-
Hi Jim,
Is custom binning on the list for the next releases?
Matt
-
Any thoughts about this type of data-dependent binning?
http://docs.astropy.org/en/stable/api/astropy.stats.bayesian_blocks.html
https://jakevdp.github.io/blog/2012/09/12/dynamic-programming-in-…