janpipek / physt

Python histogram library - histograms as updateable, fully semantic objects with visualization tools. [P]ython [HYST]ograms.
MIT License
129 stars 15 forks source link

Wrong interpretation of range in ND binning #22

Closed janpipek closed 7 years ago

janpipek commented 7 years ago

This:

h2(data, range=((min1, min2), None))

is not understood correctly (i.e. no limits for second axis) but as a shared argument. The problem is in np.asarray, binnings.py:766 probably.