Public Member Functions | |
def | __init__ |
def | adjustMarginLeft |
def | adjustMarginRight |
def | redrawAxis |
def | setGridx |
def | setGridy |
def | setLogx |
def | setLogy |
def | setTitle |
def | setXLabelSize |
def | setXTitle |
def | setXTitleOffset |
def | setXTitleSize |
def | setYTitle |
def | setYTitleOffset |
def | setYTitleRatio |
def | setYTitleSize |
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 1312 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 1314 of file plotting.py.
def plotting.FrameRatio.adjustMarginLeft | ( | self, | |
adjust | |||
) |
Definition at line 1367 of file plotting.py.
def plotting.FrameRatio.adjustMarginRight | ( | self, | |
adjust | |||
) |
Definition at line 1376 of file plotting.py.
def plotting.FrameRatio.redrawAxis | ( | self | ) |
Definition at line 1414 of file plotting.py.
def plotting.FrameRatio.setGridx | ( | self, | |
grid | |||
) |
Definition at line 1359 of file plotting.py.
def plotting.FrameRatio.setGridy | ( | self, | |
grid | |||
) |
Definition at line 1363 of file plotting.py.
def plotting.FrameRatio.setLogx | ( | self, | |
log | |||
) |
Definition at line 1352 of file plotting.py.
def plotting.FrameRatio.setLogy | ( | self, | |
log | |||
) |
Definition at line 1356 of file plotting.py.
def plotting.FrameRatio.setTitle | ( | self, | |
title | |||
) |
Definition at line 1385 of file plotting.py.
def plotting.FrameRatio.setXLabelSize | ( | self, | |
size | |||
) |
Definition at line 1397 of file plotting.py.
def plotting.FrameRatio.setXTitle | ( | self, | |
title | |||
) |
Definition at line 1388 of file plotting.py.
def plotting.FrameRatio.setXTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1394 of file plotting.py.
def plotting.FrameRatio.setXTitleSize | ( | self, | |
size | |||
) |
Definition at line 1391 of file plotting.py.
def plotting.FrameRatio.setYTitle | ( | self, | |
title | |||
) |
Definition at line 1400 of file plotting.py.
def plotting.FrameRatio.setYTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1410 of file plotting.py.
def plotting.FrameRatio.setYTitleRatio | ( | self, | |
title | |||
) |
Definition at line 1403 of file plotting.py.
def plotting.FrameRatio.setYTitleSize | ( | self, | |
size | |||
) |
Definition at line 1406 of file plotting.py.
|
private |
Definition at line 1425 of file plotting.py.
|
private |
Definition at line 1318 of file plotting.py.
|
private |
Definition at line 1322 of file plotting.py.
|
private |
Definition at line 1316 of file plotting.py.
|
private |
Definition at line 1321 of file plotting.py.
|
private |
Definition at line 1315 of file plotting.py.