physt icon indicating copy to clipboard operation
physt copied to clipboard

Python histogram library - histograms as updateable, fully semantic objects with visualization tools. [P]ython [HYST]ograms.

Results 46 physt issues
Sort by recently updated
recently updated
newest added

Only an idea yet, but it would be nice to be able to understand the distribution also in the console...

enhancement
help wanted
in-progress

If the computed range for the binning divided by the number of bins is lower than the minimum float difference at the scale, we receive an error `[ValueError: Bins not...

enhancement

Inspired by http://stackoverflow.com/questions/18091694/monte-carlo-simulation-with-python-building-a-histogram-on-the-fly?rq=1 - enable to have histogram with fixed-width bins that grows when underflow/overflow is encountered. A sparse variant can also exist.

enhancement
in-progress

Perhaps base it on https://github.com/pydata/sparse

enhancement
idea?