Public Member Functions | |
def | __init__ (self, pattern=[], width=1, height=1) |
def | fit (self, plots) |
Public Attributes | |
height | |
pattern | |
width | |
Definition at line 46 of file presentation.py.
def presentation.PageLayout.__init__ | ( | self, | |
pattern = [] , |
|||
width = 1 , |
|||
height = 1 |
|||
) |
Definition at line 47 of file presentation.py.
def presentation.PageLayout.fit | ( | self, | |
plots | |||
) |
Definition at line 57 of file presentation.py.
References mps_setup.append, presentation.PageLayout.height, svgfig.Plot.height, svgfig.Frame.height, svgfig.Dots.height, createfilelist.int, presentation.PageLayout.pattern, FastTimerService_cff.range, presentation.PageLayout.width, svgfig.Plot.width, svgfig.Frame.width, and svgfig.Dots.width.
Referenced by trackingPlots.Iteration.modules().
presentation.PageLayout.height |
Definition at line 52 of file presentation.py.
Referenced by TkAlMap.TkAlMap.draw_cms_prelim(), presentation.PageLayout.fit(), and TkAlMap.TkAlMap.load_geometry().
presentation.PageLayout.pattern |
Definition at line 48 of file presentation.py.
Referenced by presentation.PageLayout.fit(), and dataset.BaseDataset.printFiles().
presentation.PageLayout.width |
Definition at line 50 of file presentation.py.
Referenced by python.rootplot.utilities.Hist.__init_TGraph(), python.rootplot.root2matplotlib.Hist.bar(), python.rootplot.root2matplotlib.Hist.barh(), python.rootplot.utilities.Hist.delete_bin(), TkAlMap.TkAlMap.draw_cms_prelim(), presentation.PageLayout.fit(), and TkAlMap.TkAlMap.load_geometry().