Classes | |
class | ColorScheme |
Functions | |
def | AddLogo (logo_name, ax, zoom=1.2) |
def | DarkenColor (color_in) |
def | InitMatplotlib () |
def | LatexifyUnits (units_in) |
def | RoundAwayFromZero (val) |
def | SavePlot (fig, file_name_base) |
Variables | |
FONT_PROPS_AX_TITLE | |
FONT_PROPS_SUPTITLE | |
FONT_PROPS_TICK_LABEL | |
FONT_PROPS_TITLE | |
size | |
stretch | |
weight | |
def public_plots_tools.AddLogo | ( | logo_name, | |
ax, | |||
zoom = 1.2 |
|||
) |
Read logo from PNG file and add it to axes.
Definition at line 40 of file public_plots_tools.py.
Referenced by create_public_lumi_plots.PlotAllYears(), and create_public_peakpu_plots.PlotPeakPUAllYears().
def public_plots_tools.DarkenColor | ( | color_in | ) |
def public_plots_tools.InitMatplotlib | ( | ) |
def public_plots_tools.LatexifyUnits | ( | units_in | ) |
Definition at line 74 of file public_plots_tools.py.
Referenced by create_public_lumi_plots.PlotAllYears().
def public_plots_tools.RoundAwayFromZero | ( | val | ) |
Definition at line 61 of file public_plots_tools.py.
def public_plots_tools.SavePlot | ( | fig, | |
file_name_base | |||
) |
Little helper to save plots in various formats.
Definition at line 215 of file public_plots_tools.py.
Referenced by create_public_lumi_plots.PlotAllYears(), and create_public_peakpu_plots.PlotPeakPUAllYears().
public_plots_tools.FONT_PROPS_AX_TITLE |
Definition at line 22 of file public_plots_tools.py.
public_plots_tools.FONT_PROPS_SUPTITLE |
Definition at line 20 of file public_plots_tools.py.
public_plots_tools.FONT_PROPS_TICK_LABEL |
Definition at line 23 of file public_plots_tools.py.
public_plots_tools.FONT_PROPS_TITLE |
Definition at line 21 of file public_plots_tools.py.
public_plots_tools.size |
Definition at line 20 of file public_plots_tools.py.
public_plots_tools.stretch |
Definition at line 20 of file public_plots_tools.py.
public_plots_tools.weight |
Definition at line 20 of file public_plots_tools.py.