Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self, x, y, x_axis=None, n_bins=None, label=None) |
def | draw (self, color='black') |
Public Attributes | |
x_axis | |
Binning in x. | |
mean | |
Mean of y in bin x. | |
err | |
Std of Mean y in bin x. | |
label | |
Matplotlib label for the plot. | |
Basic Profile plot Creates the profile Histogram from x and y distrinbutions It plots mean(y) in bins of x Attributes: x_axis (array) : Binning in x mean (array) : Mean of y in bin x err (array) : Std of Mean y in bin x label (string) : Matplotlib label for the plot
def __init__ | ( | self, | |
x, | |||
y, | |||
x_axis = None , |
|||
n_bins = None , |
|||
label = None |
|||
) |
def draw | ( | self, | |
color = 'black' |
|||
) |