Public Member Functions | |
def | __init__ (self, pad, bounds, histos, ratioOrig, ratioFactor) |
def | adjustMarginLeft (self, adjust) |
def | adjustMarginRight (self, adjust) |
def | redrawAxis (self) |
def | setGridx (self, grid) |
def | setGridy (self, grid) |
def | setLogx (self, log) |
def | setLogy (self, log) |
def | setTitle (self, title) |
def | setXLabelSize (self, size) |
def | setXTitle (self, title) |
def | setXTitleOffset (self, size) |
def | setXTitleSize (self, size) |
def | setYTitle (self, title) |
def | setYTitleOffset (self, offset) |
def | setYTitleSize (self, size) |
def | setZTitle (self, title) |
def | setZTitleOffset (self, offset) |
Private Attributes | |
_firstHisto | |
_pad | |
_xlabelsize | |
_xtitle | |
_xtitleoffset | |
_xtitlesize | |
_ytitle | |
_ytitleoffset | |
_ytitlesize | |
Class for creating and managing a frame for a plot from TGraph2D
Definition at line 1432 of file plotting.py.
def plotting.FrameTGraph2D.__init__ | ( | self, | |
pad, | |||
bounds, | |||
histos, | |||
ratioOrig, | |||
ratioFactor | |||
) |
Definition at line 1434 of file plotting.py.
def plotting.FrameTGraph2D.adjustMarginLeft | ( | self, | |
adjust | |||
) |
Definition at line 1472 of file plotting.py.
def plotting.FrameTGraph2D.adjustMarginRight | ( | self, | |
adjust | |||
) |
Definition at line 1476 of file plotting.py.
References plotting.Frame._pad, plotting.FrameRatio._pad, plotting.FrameTGraph2D._pad, and hippyaddtobaddatafiles.cd().
def plotting.FrameTGraph2D.redrawAxis | ( | self | ) |
Definition at line 1510 of file plotting.py.
References plotting.FrameTGraph2D._firstHisto, plotting.Frame._pad, plotting.FrameRatio._pad, plotting.FrameTGraph2D._pad, plotting.FrameTGraph2D._xtitle, plotting.FrameTGraph2D._xtitleoffset, plotting.FrameTGraph2D._xtitlesize, plotting.FrameTGraph2D._ytitle, plotting.FrameTGraph2D._ytitleoffset, and plotting.FrameTGraph2D._ytitlesize.
def plotting.FrameTGraph2D.setGridx | ( | self, | |
grid | |||
) |
Definition at line 1466 of file plotting.py.
def plotting.FrameTGraph2D.setGridy | ( | self, | |
grid | |||
) |
Definition at line 1469 of file plotting.py.
def plotting.FrameTGraph2D.setLogx | ( | self, | |
log | |||
) |
Definition at line 1460 of file plotting.py.
def plotting.FrameTGraph2D.setLogy | ( | self, | |
log | |||
) |
Definition at line 1463 of file plotting.py.
def plotting.FrameTGraph2D.setTitle | ( | self, | |
title | |||
) |
Definition at line 1480 of file plotting.py.
def plotting.FrameTGraph2D.setXLabelSize | ( | self, | |
size | |||
) |
Definition at line 1492 of file plotting.py.
def plotting.FrameTGraph2D.setXTitle | ( | self, | |
title | |||
) |
Definition at line 1483 of file plotting.py.
def plotting.FrameTGraph2D.setXTitleOffset | ( | self, | |
size | |||
) |
Definition at line 1489 of file plotting.py.
References plotting.FrameTGraph2D._xtitleoffset.
def plotting.FrameTGraph2D.setXTitleSize | ( | self, | |
size | |||
) |
Definition at line 1486 of file plotting.py.
def plotting.FrameTGraph2D.setYTitle | ( | self, | |
title | |||
) |
Definition at line 1495 of file plotting.py.
def plotting.FrameTGraph2D.setYTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1501 of file plotting.py.
References plotting.FrameTGraph2D._ytitleoffset.
def plotting.FrameTGraph2D.setYTitleSize | ( | self, | |
size | |||
) |
Definition at line 1498 of file plotting.py.
def plotting.FrameTGraph2D.setZTitle | ( | self, | |
title | |||
) |
Definition at line 1504 of file plotting.py.
References plotting.FrameTGraph2D._firstHisto.
def plotting.FrameTGraph2D.setZTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1507 of file plotting.py.
References plotting.FrameTGraph2D._firstHisto.
|
private |
Definition at line 1458 of file plotting.py.
Referenced by plotting.FrameTGraph2D.redrawAxis(), plotting.FrameTGraph2D.setZTitle(), and plotting.FrameTGraph2D.setZTitleOffset().
|
private |
Definition at line 1435 of file plotting.py.
Referenced by plotting.FrameTGraph2D.adjustMarginRight(), and plotting.FrameTGraph2D.redrawAxis().
|
private |
Definition at line 1493 of file plotting.py.
|
private |
Definition at line 1484 of file plotting.py.
Referenced by plotting.FrameTGraph2D.redrawAxis().
|
private |
Definition at line 1455 of file plotting.py.
Referenced by plotting.FrameTGraph2D.redrawAxis(), and plotting.FrameTGraph2D.setXTitleOffset().
|
private |
Definition at line 1487 of file plotting.py.
Referenced by plotting.FrameTGraph2D.redrawAxis().
|
private |
Definition at line 1496 of file plotting.py.
Referenced by plotting.FrameTGraph2D.redrawAxis().
|
private |
Definition at line 1456 of file plotting.py.
Referenced by plotting.FrameTGraph2D.redrawAxis(), and plotting.FrameTGraph2D.setYTitleOffset().
|
private |
Definition at line 1499 of file plotting.py.
Referenced by plotting.FrameTGraph2D.redrawAxis().