Go to the source code of this file.
Namespaces | |
ntuplePlotting | |
Functions | |
def | ntuplePlotting.applyStyle (h, color, markerStyle) |
def | ntuplePlotting.draw (name, histos, styles=_defaultStyles, legendLabels=[], kwargs) |
def | ntuplePlotting.drawMany (name, histoDicts, styles=_defaultStyles, opts={}, ncolumns=4) |
def | ntuplePlotting.drawSingle (pad, histos, styles=_defaultStyles, nrows=1, xtitle=None, ytitle=None, drawOpt="HIST", legendDx=0, legendDy=0, legendDw=0, legendDh=0, xmin=None, ymin=0, xmax=None, ymax=None, xlog=False, ylog=False, xgrid=True, ygrid=True, ratio=False, ratioYmin=0.5, ratioYmax=1.5, ratioYTitle=plotting._ratioYTitle, ratioFactor=1.25) |
def | ntuplePlotting.saveHistograms (tdirectory, histos) |
Variables | |
ntuplePlotting._defaultStyles | |
ntuplePlotting._ratioFactor | |