mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-30 07:52:11 +00:00
drop axis method in python
This commit is contained in:
@@ -402,9 +402,6 @@ void register_histogram() {
|
||||
#endif
|
||||
.def("__len__", &dynamic_histogram<>::dim)
|
||||
.def("__getitem__", histogram_axis)
|
||||
.def("axis", histogram_axis, ":param int i: index of the axis\n"
|
||||
":returns: axis object for axis i",
|
||||
(arg("self"), arg("i") = 0))
|
||||
.def("fill", raw_function(histogram_fill),
|
||||
"Pass a sequence of values with a length n is"
|
||||
"\nequal to the dimensions of the histogram,"
|
||||
|
||||
Reference in New Issue
Block a user