The docstring for histogram2d() does not mention that the bins parameter can be of the form [int, array] or [array, int], but this does seem to work. It would be nice if this were documented.
Maybe the same should be done as well for similar functions, if it applies.
The docstring for
histogram2d()does not mention that thebinsparameter can be of the form [int, array] or [array, int], but this does seem to work. It would be nice if this were documented.Maybe the same should be done as well for similar functions, if it applies.