Private Attributes | |
_firstHisto | |
_pad | |
_view | |
_xlabelsize | |
_xtitle | |
_xtitleoffset | |
_xtitlesize | |
_ytitle | |
_ytitleoffset | |
_ytitlesize | |
Class for creating and managing a frame for a plot from TGraph2D
Definition at line 1226 of file plotting.py.
def plotting.FrameTGraph2D.__init__ | ( | self, | |
pad, | |||
bounds, | |||
histos, | |||
ratioOrig, | |||
ratioFactor | |||
) |
Definition at line 1228 of file plotting.py.
def plotting.FrameTGraph2D.adjustMarginLeft | ( | self, | |
adjust | |||
) |
Definition at line 1271 of file plotting.py.
def plotting.FrameTGraph2D.adjustMarginRight | ( | self, | |
adjust | |||
) |
Definition at line 1275 of file plotting.py.
def plotting.FrameTGraph2D.redrawAxis | ( | self | ) |
Definition at line 1309 of file plotting.py.
References plotting.FrameTGraph2D._xtitle, plotting.FrameTGraph2D._xtitleoffset, plotting.FrameTGraph2D._xtitlesize, plotting.FrameTGraph2D._ytitle, plotting.FrameTGraph2D._ytitleoffset, and plotting.FrameTGraph2D._ytitlesize.
def plotting.FrameTGraph2D.setGridx | ( | self, | |
grid | |||
) |
Definition at line 1265 of file plotting.py.
def plotting.FrameTGraph2D.setGridy | ( | self, | |
grid | |||
) |
Definition at line 1268 of file plotting.py.
def plotting.FrameTGraph2D.setLogx | ( | self, | |
log | |||
) |
Definition at line 1259 of file plotting.py.
def plotting.FrameTGraph2D.setLogy | ( | self, | |
log | |||
) |
Definition at line 1262 of file plotting.py.
def plotting.FrameTGraph2D.setTitle | ( | self, | |
title | |||
) |
Definition at line 1279 of file plotting.py.
def plotting.FrameTGraph2D.setXLabelSize | ( | self, | |
size | |||
) |
Definition at line 1291 of file plotting.py.
def plotting.FrameTGraph2D.setXTitle | ( | self, | |
title | |||
) |
Definition at line 1282 of file plotting.py.
def plotting.FrameTGraph2D.setXTitleOffset | ( | self, | |
size | |||
) |
Definition at line 1288 of file plotting.py.
References plotting.FrameTGraph2D._xtitleoffset.
def plotting.FrameTGraph2D.setXTitleSize | ( | self, | |
size | |||
) |
Definition at line 1285 of file plotting.py.
def plotting.FrameTGraph2D.setYTitle | ( | self, | |
title | |||
) |
Definition at line 1294 of file plotting.py.
def plotting.FrameTGraph2D.setYTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1300 of file plotting.py.
References plotting.FrameTGraph2D._ytitleoffset.
def plotting.FrameTGraph2D.setYTitleSize | ( | self, | |
size | |||
) |
Definition at line 1297 of file plotting.py.
def plotting.FrameTGraph2D.setZTitle | ( | self, | |
title | |||
) |
Definition at line 1303 of file plotting.py.
def plotting.FrameTGraph2D.setZTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1306 of file plotting.py.
|
private |
Definition at line 1257 of file plotting.py.
|
private |
Definition at line 1229 of file plotting.py.
|
private |
Definition at line 1249 of file plotting.py.
|
private |
Definition at line 1292 of file plotting.py.
|
private |
Definition at line 1283 of file plotting.py.
Referenced by plotting.FrameTGraph2D.redrawAxis().
|
private |
Definition at line 1254 of file plotting.py.
Referenced by plotting.FrameTGraph2D.redrawAxis(), and plotting.FrameTGraph2D.setXTitleOffset().
|
private |
Definition at line 1286 of file plotting.py.
Referenced by plotting.FrameTGraph2D.redrawAxis().
|
private |
Definition at line 1295 of file plotting.py.
Referenced by plotting.FrameTGraph2D.redrawAxis().
|
private |
Definition at line 1255 of file plotting.py.
Referenced by plotting.FrameTGraph2D.redrawAxis(), and plotting.FrameTGraph2D.setYTitleOffset().
|
private |
Definition at line 1298 of file plotting.py.
Referenced by plotting.FrameTGraph2D.redrawAxis().