You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bins (int or sequence of scalars or str, optional)
If bins is an int, it defines the number of equal-width bins in the given range (10, by default). If bins is a sequence, it defines a monotonically increasing array of bin edges, including the rightmost edge, allowing for non-uniform bin widths.
titiler/titiler/core/titiler/core/dependencies.py
Line 234 in 47e3973
ref: https://numpy.org/doc/stable/reference/generated/numpy.histogram.html
The text was updated successfully, but these errors were encountered: