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, optional): Number of bins for the histogram. Defaults to 256.
973
+
range (tuple, optional): Range of values to consider for the histogram. Defaults to None.
974
+
density (bool, optional): If True, the result is the probability density function at the bin, normalized such that the integral over the range is 1. Defaults to False.
975
+
c_val (float|None, optional): The value below which all values are set to c_val. Defaults to None.
976
+
977
+
Returns:
978
+
tuple: A tuple containing the histogram values and the bin edges.
0 commit comments