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 1311 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 1313 of file plotting.py.
def plotting.FrameRatio.adjustMarginLeft | ( | self, | |
adjust | |||
) |
Definition at line 1366 of file plotting.py.
def plotting.FrameRatio.adjustMarginRight | ( | self, | |
adjust | |||
) |
Definition at line 1375 of file plotting.py.
def plotting.FrameRatio.redrawAxis | ( | self | ) |
Definition at line 1413 of file plotting.py.
def plotting.FrameRatio.setGridx | ( | self, | |
grid | |||
) |
Definition at line 1358 of file plotting.py.
def plotting.FrameRatio.setGridy | ( | self, | |
grid | |||
) |
Definition at line 1362 of file plotting.py.
def plotting.FrameRatio.setLogx | ( | self, | |
log | |||
) |
Definition at line 1351 of file plotting.py.
def plotting.FrameRatio.setLogy | ( | self, | |
log | |||
) |
Definition at line 1355 of file plotting.py.
def plotting.FrameRatio.setTitle | ( | self, | |
title | |||
) |
Definition at line 1384 of file plotting.py.
def plotting.FrameRatio.setXLabelSize | ( | self, | |
size | |||
) |
Definition at line 1396 of file plotting.py.
def plotting.FrameRatio.setXTitle | ( | self, | |
title | |||
) |
Definition at line 1387 of file plotting.py.
def plotting.FrameRatio.setXTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1393 of file plotting.py.
def plotting.FrameRatio.setXTitleSize | ( | self, | |
size | |||
) |
Definition at line 1390 of file plotting.py.
def plotting.FrameRatio.setYTitle | ( | self, | |
title | |||
) |
Definition at line 1399 of file plotting.py.
def plotting.FrameRatio.setYTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1409 of file plotting.py.
def plotting.FrameRatio.setYTitleRatio | ( | self, | |
title | |||
) |
Definition at line 1402 of file plotting.py.
def plotting.FrameRatio.setYTitleSize | ( | self, | |
size | |||
) |
Definition at line 1405 of file plotting.py.
|
private |
Definition at line 1424 of file plotting.py.
|
private |
Definition at line 1317 of file plotting.py.
|
private |
Definition at line 1321 of file plotting.py.
|
private |
Definition at line 1315 of file plotting.py.
|
private |
Definition at line 1320 of file plotting.py.
|
private |
Definition at line 1314 of file plotting.py.