CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Functions | Variables
core.py File Reference

Go to the source code of this file.

Classes

class  python.rootplot.core.Options
 Classes #############################################################. More...
 

Namespaces

 python.rootplot.core
 

Functions

def python.rootplot.core.add_from_config_files
 
def python.rootplot.core.allsame
 
def python.rootplot.core.cartesian_product
 
def python.rootplot.core.cli_rootplot
 
def python.rootplot.core.cli_rootplotmpl
 remove leading blank lines from the templates More...
 
def python.rootplot.core.config_string
 
def python.rootplot.core.diffpart
 
def python.rootplot.core.display_bin_text
 
def python.rootplot.core.display_overflow
 
def python.rootplot.core.display_page_number
 
def python.rootplot.core.display_underflow
 
def python.rootplot.core.divide_axes
 
def python.rootplot.core.divide_canvas
 
def python.rootplot.core.fill_options
 
def python.rootplot.core.get_labels
 
def python.rootplot.core.get_plot_inputs
 
def python.rootplot.core.get_plotpath
 
def python.rootplot.core.initialize_hists
 
def python.rootplot.core.load_matplotlib
 
def python.rootplot.core.make_calls
 
def python.rootplot.core.make_html_index
 
def python.rootplot.core.make_ratio_hists
 
def python.rootplot.core.merge_pdf
 
def python.rootplot.core.option_diff
 
def python.rootplot.core.parse_arguments
 
def python.rootplot.core.parse_color
 
def python.rootplot.core.parse_legend_root
 
def python.rootplot.core.parse_range
 
def python.rootplot.core.parse_size
 
def python.rootplot.core.plot
 
def python.rootplot.core.plot_hists_mpl
 
def python.rootplot.core.plot_hists_root
 
def python.rootplot.core.plot_ratio_mpl
 
def python.rootplot.core.plot_ratio_root
 
def python.rootplot.core.plotmpl
 The Application Programming Interface ###############################. More...
 
def python.rootplot.core.prep_first_draw
 
def python.rootplot.core.process_options
 
def python.rootplot.core.report_progress
 
def python.rootplot.core.rootplot
 
def python.rootplot.core.rootplotmpl
 
def python.rootplot.core.samebase
 
def python.rootplot.core.walk_rootfile
 
def python.rootplot.core.write_config
 
def python.rootplot.core.write_to_file
 Implementation ######################################################. More...
 

Variables

string python.rootplot.core.__license__
 
string python.rootplot.core.allplots_multi_template
 
string python.rootplot.core.allplots_template
 
string python.rootplot.core.argstring = ' '
 
tuple python.rootplot.core.batch
 Use ROOT's batch mode, unless outputting to C macros, since there is a bug in pyROOT that fails to export colors in batch mode. More...
 
list python.rootplot.core.global_opts
 
string python.rootplot.core.multi_call_template
 
tuple python.rootplot.core.prog = os.path.basename(sys.argv[0])
 
tuple python.rootplot.core.ROOT = loadROOT(batch=batch)
 
string python.rootplot.core.usage
 
 python.rootplot.core.use_mpl = False
 
 python.rootplot.core.use_multiprocessing = True