atompy.Hist1d.integral# property Hist1d.integral# Calculate integral of histogram. Returns: integralfloatintegral = sum(binsizes * histogram_values)