Trees | Indices | Help |
---|
|
Module for the handling of histograms, including Monte-Carlo error per bin and scale/PDF uncertainties.
|
|||
histograms_PhysicsObjectList A class to store lists of physics object. |
|||
Bin A class to store Bin related features and function. |
|||
BinList A class implementing features related to a list of Bins. |
|||
Histogram A mother class for all specific implementations of Histogram conventions |
|||
HwU A concrete implementation of an histogram plots using the HwU format for reading/writing histogram content. |
|||
HwUList A class implementing features related to a list of Hwu Histograms. |
|
|||
|
|||
|
|||
|
|
|||
root_path =
|
|||
logger = logging.getLogger("internal.histograms")
|
|||
__package__ =
|
|
INPUT:
|
INPUT:
|
Fills a hole in matplotlib: fill_between for step plots. Parameters : ------------ x : array-like Array/vector of index values. These are assumed to be equally-spaced. If not, the result will probably look weird... y1 : array-like Array/vector of values to be filled under. y2 : array-Like Array/vector or bottom values for filled area. Default is 0. **kwargs will be passed to the matplotlib fill_between() function. |
|
root_path
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Dec 20 09:17:59 2018 | http://epydoc.sourceforge.net |