mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-28 07:12:15 +00:00
renamed method bin to method at
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user