Public Member Functions | |
def | __init__ (self, pad, bounds, zmax, ratioBounds, ratioFactor, nrows, xbinlabels=None, xbinlabelsize=None, xbinlabeloption=None, ratioYTitle=_ratioYTitle) |
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, offset) |
def | setXTitleSize (self, size) |
def | setYTitle (self, title) |
def | setYTitleOffset (self, offset) |
def | setYTitleRatio (self, title) |
def | setYTitleSize (self, size) |
Private Attributes | |
_coverPad | |
_frame | |
_frameRatio | |
_pad | |
_padRatio | |
_parentPad | |
Class for creating and managing a frame for a ratio plot with two subpads
Definition at line 1303 of file plotting.py.
def plotting.FrameRatio.__init__ | ( | self, | |
pad, | |||
bounds, | |||
zmax, | |||
ratioBounds, | |||
ratioFactor, | |||
nrows, | |||
xbinlabels = None , |
|||
xbinlabelsize = None , |
|||
xbinlabeloption = None , |
|||
ratioYTitle = _ratioYTitle |
|||
) |
Definition at line 1305 of file plotting.py.
def plotting.FrameRatio.adjustMarginLeft | ( | self, | |
adjust | |||
) |
Definition at line 1345 of file plotting.py.
References plotting.Frame._frame, plotting.FrameRatio._frame, plotting.FrameRatio._frameRatio, plotting.Frame._pad, plotting.FrameRatio._pad, plotting.FrameRatio._padRatio, and hippyaddtobaddatafiles.cd().
def plotting.FrameRatio.adjustMarginRight | ( | self, | |
adjust | |||
) |
Definition at line 1354 of file plotting.py.
References plotting.Frame._frame, plotting.FrameRatio._frame, plotting.FrameRatio._frameRatio, plotting.Frame._pad, plotting.FrameRatio._pad, plotting.FrameRatio._padRatio, and hippyaddtobaddatafiles.cd().
def plotting.FrameRatio.redrawAxis | ( | self | ) |
Definition at line 1392 of file plotting.py.
References plotting.Frame._pad, plotting.FrameRatio._pad, plotting.FrameRatio._padRatio, plotting.FrameRatio._parentPad, and hippyaddtobaddatafiles.cd().
def plotting.FrameRatio.setGridx | ( | self, | |
grid | |||
) |
Definition at line 1337 of file plotting.py.
References plotting.Frame._pad, plotting.FrameRatio._pad, and plotting.FrameRatio._padRatio.
def plotting.FrameRatio.setGridy | ( | self, | |
grid | |||
) |
Definition at line 1341 of file plotting.py.
References plotting.Frame._pad, plotting.FrameRatio._pad, and plotting.FrameRatio._padRatio.
def plotting.FrameRatio.setLogx | ( | self, | |
log | |||
) |
Definition at line 1330 of file plotting.py.
References plotting.Frame._pad, plotting.FrameRatio._pad, and plotting.FrameRatio._padRatio.
def plotting.FrameRatio.setLogy | ( | self, | |
log | |||
) |
Definition at line 1334 of file plotting.py.
References plotting.Frame._pad, and plotting.FrameRatio._pad.
def plotting.FrameRatio.setTitle | ( | self, | |
title | |||
) |
Definition at line 1363 of file plotting.py.
References plotting.Frame._frame, and plotting.FrameRatio._frame.
def plotting.FrameRatio.setXLabelSize | ( | self, | |
size | |||
) |
Definition at line 1375 of file plotting.py.
References plotting.FrameRatio._frameRatio.
def plotting.FrameRatio.setXTitle | ( | self, | |
title | |||
) |
Definition at line 1366 of file plotting.py.
References plotting.FrameRatio._frameRatio.
def plotting.FrameRatio.setXTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1372 of file plotting.py.
References plotting.FrameRatio._frameRatio.
def plotting.FrameRatio.setXTitleSize | ( | self, | |
size | |||
) |
Definition at line 1369 of file plotting.py.
References plotting.FrameRatio._frameRatio.
def plotting.FrameRatio.setYTitle | ( | self, | |
title | |||
) |
Definition at line 1378 of file plotting.py.
References plotting.Frame._frame, and plotting.FrameRatio._frame.
def plotting.FrameRatio.setYTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1388 of file plotting.py.
References plotting.Frame._frame, plotting.FrameRatio._frame, and plotting.FrameRatio._frameRatio.
def plotting.FrameRatio.setYTitleRatio | ( | self, | |
title | |||
) |
Definition at line 1381 of file plotting.py.
References plotting.FrameRatio._frameRatio.
def plotting.FrameRatio.setYTitleSize | ( | self, | |
size | |||
) |
Definition at line 1384 of file plotting.py.
References plotting.Frame._frame, plotting.FrameRatio._frame, and plotting.FrameRatio._frameRatio.
|
private |
Definition at line 1403 of file plotting.py.
|
private |
Definition at line 1309 of file plotting.py.
Referenced by plotting.FrameRatio.adjustMarginLeft(), plotting.FrameRatio.adjustMarginRight(), plotting.FrameRatio.setTitle(), plotting.FrameRatio.setYTitle(), plotting.FrameRatio.setYTitleOffset(), and plotting.FrameRatio.setYTitleSize().
|
private |
Definition at line 1313 of file plotting.py.
Referenced by plotting.FrameRatio.adjustMarginLeft(), plotting.FrameRatio.adjustMarginRight(), plotting.FrameRatio.setXLabelSize(), plotting.FrameRatio.setXTitle(), plotting.FrameRatio.setXTitleOffset(), plotting.FrameRatio.setXTitleSize(), plotting.FrameRatio.setYTitleOffset(), plotting.FrameRatio.setYTitleRatio(), and plotting.FrameRatio.setYTitleSize().
|
private |
Definition at line 1307 of file plotting.py.
Referenced by plotting.FrameRatio.adjustMarginLeft(), plotting.FrameRatio.adjustMarginRight(), plotting.FrameTGraph2D.adjustMarginRight(), plotting.FrameRatio.redrawAxis(), plotting.FrameTGraph2D.redrawAxis(), plotting.FrameRatio.setGridx(), plotting.FrameRatio.setGridy(), plotting.FrameRatio.setLogx(), and plotting.FrameRatio.setLogy().
|
private |
Definition at line 1312 of file plotting.py.
Referenced by plotting.FrameRatio.adjustMarginLeft(), plotting.FrameRatio.adjustMarginRight(), plotting.FrameRatio.redrawAxis(), plotting.FrameRatio.setGridx(), plotting.FrameRatio.setGridy(), and plotting.FrameRatio.setLogx().
|
private |
Definition at line 1306 of file plotting.py.
Referenced by plotting.FrameRatio.redrawAxis().