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 1309 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 1311 of file plotting.py.
def plotting.FrameRatio.adjustMarginLeft | ( | self, | |
adjust | |||
) |
Definition at line 1364 of file plotting.py.
def plotting.FrameRatio.adjustMarginRight | ( | self, | |
adjust | |||
) |
Definition at line 1373 of file plotting.py.
def plotting.FrameRatio.redrawAxis | ( | self | ) |
Definition at line 1411 of file plotting.py.
def plotting.FrameRatio.setGridx | ( | self, | |
grid | |||
) |
Definition at line 1356 of file plotting.py.
def plotting.FrameRatio.setGridy | ( | self, | |
grid | |||
) |
Definition at line 1360 of file plotting.py.
def plotting.FrameRatio.setLogx | ( | self, | |
log | |||
) |
Definition at line 1349 of file plotting.py.
def plotting.FrameRatio.setLogy | ( | self, | |
log | |||
) |
Definition at line 1353 of file plotting.py.
def plotting.FrameRatio.setTitle | ( | self, | |
title | |||
) |
Definition at line 1382 of file plotting.py.
def plotting.FrameRatio.setXLabelSize | ( | self, | |
size | |||
) |
Definition at line 1394 of file plotting.py.
def plotting.FrameRatio.setXTitle | ( | self, | |
title | |||
) |
Definition at line 1385 of file plotting.py.
def plotting.FrameRatio.setXTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1391 of file plotting.py.
def plotting.FrameRatio.setXTitleSize | ( | self, | |
size | |||
) |
Definition at line 1388 of file plotting.py.
def plotting.FrameRatio.setYTitle | ( | self, | |
title | |||
) |
Definition at line 1397 of file plotting.py.
def plotting.FrameRatio.setYTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1407 of file plotting.py.
def plotting.FrameRatio.setYTitleRatio | ( | self, | |
title | |||
) |
Definition at line 1400 of file plotting.py.
def plotting.FrameRatio.setYTitleSize | ( | self, | |
size | |||
) |
Definition at line 1403 of file plotting.py.
|
private |
Definition at line 1422 of file plotting.py.
|
private |
Definition at line 1315 of file plotting.py.
|
private |
Definition at line 1319 of file plotting.py.
|
private |
Definition at line 1313 of file plotting.py.
|
private |
Definition at line 1318 of file plotting.py.
|
private |
Definition at line 1312 of file plotting.py.