Functions | |
def | parseDrawingConfig (plot_name, components, verbose=False) |
parse drawing configuration options from the name of a histogram and a list of components More... | |
def | parseAxisLabels (name) |
parse the axis labels from a plot name More... | |
Variables | |
list | truth_colours = [ROOT.kRed, ROOT.kMagenta+2,ROOT.kBlue+2,ROOT.kCyan+2, ROOT.kGreen+2, ROOT.kGray, ROOT.kOrange] |
list | data_colours = [ROOT.kBlack, ROOT.kBlue, ROOT.kGreen, ROOT.kRed] |
list | lines = [0,1,2,3,0,1,2,3] |
list | markers = [20,21,22,23,24,25,26] |
def styles.parseAxisLabels | ( | name | ) |
parse the axis labels from a plot name
Definition at line 66 of file styles.py.
References naming_schema.observableName(), and split().
Referenced by parseDrawingConfig().
def styles.parseDrawingConfig | ( | plot_name, | |
components, | |||
verbose = False |
|||
) |
parse drawing configuration options from the name of a histogram and a list of components
Definition at line 10 of file styles.py.
References naming_schema.datasetToLabel(), and parseAxisLabels().
Referenced by ControllerView.ControllerView.draw_plots().
list styles.data_colours = [ROOT.kBlack, ROOT.kBlue, ROOT.kGreen, ROOT.kRed] |
list styles.markers = [20,21,22,23,24,25,26] |
Definition at line 7 of file styles.py.
Referenced by beamlinereco::EventWaveformDump.analyze(), AverageBiasScan(), BicountEllipse_dCP(), BiprobEllipse_dCP(), PrintPlot(), ResolutionPlot(), SaveToPsFile(), and TheoryEllipse_dCP().
list styles.truth_colours = [ROOT.kRed, ROOT.kMagenta+2,ROOT.kBlue+2,ROOT.kCyan+2, ROOT.kGreen+2, ROOT.kGray, ROOT.kOrange] |