Package madgraph :: Package various :: Module histograms
[hide private]
[frames] | no frames]

Module histograms

source code

Module for the handling of histograms, including Monte-Carlo error per bin and scale/PDF uncertainties.

Classes [hide private]
  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.
Functions [hide private]
 
fill_between_steps(x, y1, y2=0, h_align='right', ax=None, **kwargs)
Fills a hole in matplotlib: fill_between for step plots.
source code
Variables [hide private]
  root_path = '/Users/omatt/Documents/eclipse/madgraph5/MG5_aMC_...
  logger = logging.getLogger("internal.histograms")
  __package__ = 'madgraph.various'
Function Details [hide private]

fill_between_steps(x, y1, y2=0, h_align='right', ax=None, **kwargs)

source code 
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.


Variables Details [hide private]

root_path

Value:
'/Users/omatt/Documents/eclipse/madgraph5/MG5_aMC_v2_4_2/madgraph'