Public Member Functions | |
def | __init__ (self, nx, xmin, xmax, ny, ymin, ymax) |
def | xbin (self, x) |
def | ybin (self, y) |
def | fill (self, x, y, v) |
def | extent (self) |
def | imshow (self, ax) |
def | like (self) |
Public Attributes | |
arr | |
nx | |
rangex | |
ny | |
rangey | |
def wirecell.img.plots.Hist2D.__init__ | ( | self, | |
nx, | |||
xmin, | |||
xmax, | |||
ny, | |||
ymin, | |||
ymax | |||
) |
Definition at line 14 of file plots.py.
def wirecell.img.plots.Hist2D.like | ( | self | ) |
Definition at line 42 of file plots.py.
def wirecell.img.plots.Hist2D.xbin | ( | self, | |
x | |||
) |
Definition at line 21 of file plots.py.
def wirecell.img.plots.Hist2D.ybin | ( | self, | |
y | |||
) |
Definition at line 26 of file plots.py.