renamed method bin to method at

This commit is contained in:
Hans Dembinski
2018-07-05 09:10:04 +02:00
parent 753e4882fd
commit b9a35f7b4f
22 changed files with 292 additions and 273 deletions

View File

@@ -14,7 +14,7 @@ cpp_filler.process(h) # histogram is filled with input values in C++
for iy, y in enumerate(h.axis(1)):
for ix, x in enumerate(h.axis(0)):
print(h.bin(ix, iy).value, end=' ')
print(h.at(ix, iy).value, end=' ')
print()
# prints: