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 1106 of file plotting.py.
def plotting.FrameRatio.__init__ | ( | self, | |
pad, | |||
bounds, | |||
ratioBounds, | |||
ratioFactor, | |||
nrows, | |||
xbinlabels = None , |
|||
xbinlabelsize = None , |
|||
xbinlabeloption = None |
|||
) |
Definition at line 1108 of file plotting.py.
def plotting.FrameRatio.adjustMarginLeft | ( | self, | |
adjust | |||
) |
Definition at line 1161 of file plotting.py.
def plotting.FrameRatio.adjustMarginRight | ( | self, | |
adjust | |||
) |
Definition at line 1170 of file plotting.py.
def plotting.FrameRatio.redrawAxis | ( | self | ) |
Definition at line 1208 of file plotting.py.
def plotting.FrameRatio.setGridx | ( | self, | |
grid | |||
) |
Definition at line 1153 of file plotting.py.
def plotting.FrameRatio.setGridy | ( | self, | |
grid | |||
) |
Definition at line 1157 of file plotting.py.
def plotting.FrameRatio.setLogx | ( | self, | |
log | |||
) |
Definition at line 1146 of file plotting.py.
def plotting.FrameRatio.setLogy | ( | self, | |
log | |||
) |
Definition at line 1150 of file plotting.py.
def plotting.FrameRatio.setTitle | ( | self, | |
title | |||
) |
Definition at line 1179 of file plotting.py.
def plotting.FrameRatio.setXLabelSize | ( | self, | |
size | |||
) |
Definition at line 1191 of file plotting.py.
def plotting.FrameRatio.setXTitle | ( | self, | |
title | |||
) |
Definition at line 1182 of file plotting.py.
def plotting.FrameRatio.setXTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1188 of file plotting.py.
def plotting.FrameRatio.setXTitleSize | ( | self, | |
size | |||
) |
Definition at line 1185 of file plotting.py.
def plotting.FrameRatio.setYTitle | ( | self, | |
title | |||
) |
Definition at line 1194 of file plotting.py.
def plotting.FrameRatio.setYTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1204 of file plotting.py.
def plotting.FrameRatio.setYTitleRatio | ( | self, | |
title | |||
) |
Definition at line 1197 of file plotting.py.
def plotting.FrameRatio.setYTitleSize | ( | self, | |
size | |||
) |
Definition at line 1200 of file plotting.py.
|
private |
Definition at line 1219 of file plotting.py.
|
private |
Definition at line 1112 of file plotting.py.
|
private |
Definition at line 1116 of file plotting.py.
|
private |
Definition at line 1110 of file plotting.py.
|
private |
Definition at line 1115 of file plotting.py.
|
private |
Definition at line 1109 of file plotting.py.