Public Member Functions | |
def | __init__ (self, pad, bounds, zmax, nrows, xbinlabels=None, xbinlabelsize=None, xbinlabeloption=None, ybinlabels=None) |
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 | setYTitleSize (self, size) |
Private Attributes | |
_frame | |
_pad | |
Class for creating and managing a frame for a simple, one-pad plot
Definition at line 1239 of file plotting.py.
def plotting.Frame.__init__ | ( | self, | |
pad, | |||
bounds, | |||
zmax, | |||
nrows, | |||
xbinlabels = None , |
|||
xbinlabelsize = None , |
|||
xbinlabeloption = None , |
|||
ybinlabels = None |
|||
) |
Definition at line 1241 of file plotting.py.
def plotting.Frame.adjustMarginLeft | ( | self, | |
adjust | |||
) |
Definition at line 1264 of file plotting.py.
References plotting.Frame._frame, plotting.Frame._pad, and hippyaddtobaddatafiles.cd().
def plotting.Frame.adjustMarginRight | ( | self, | |
adjust | |||
) |
Definition at line 1270 of file plotting.py.
References plotting.Frame._frame, plotting.Frame._pad, and hippyaddtobaddatafiles.cd().
def plotting.Frame.redrawAxis | ( | self | ) |
Definition at line 1300 of file plotting.py.
References plotting.Frame._pad.
def plotting.Frame.setGridx | ( | self, | |
grid | |||
) |
Definition at line 1258 of file plotting.py.
References plotting.Frame._pad.
def plotting.Frame.setGridy | ( | self, | |
grid | |||
) |
Definition at line 1261 of file plotting.py.
References plotting.Frame._pad.
def plotting.Frame.setLogx | ( | self, | |
log | |||
) |
Definition at line 1252 of file plotting.py.
References plotting.Frame._pad.
def plotting.Frame.setLogy | ( | self, | |
log | |||
) |
Definition at line 1255 of file plotting.py.
References plotting.Frame._pad.
def plotting.Frame.setTitle | ( | self, | |
title | |||
) |
Definition at line 1276 of file plotting.py.
References plotting.Frame._frame.
def plotting.Frame.setXLabelSize | ( | self, | |
size | |||
) |
Definition at line 1288 of file plotting.py.
References plotting.Frame._frame.
def plotting.Frame.setXTitle | ( | self, | |
title | |||
) |
Definition at line 1279 of file plotting.py.
References plotting.Frame._frame.
def plotting.Frame.setXTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1285 of file plotting.py.
References plotting.Frame._frame.
def plotting.Frame.setXTitleSize | ( | self, | |
size | |||
) |
Definition at line 1282 of file plotting.py.
References plotting.Frame._frame.
def plotting.Frame.setYTitle | ( | self, | |
title | |||
) |
Definition at line 1291 of file plotting.py.
References plotting.Frame._frame.
def plotting.Frame.setYTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1297 of file plotting.py.
References plotting.Frame._frame.
def plotting.Frame.setYTitleSize | ( | self, | |
size | |||
) |
Definition at line 1294 of file plotting.py.
References plotting.Frame._frame.
|
private |
Definition at line 1243 of file plotting.py.
Referenced by plotting.Frame.adjustMarginLeft(), plotting.FrameRatio.adjustMarginLeft(), plotting.Frame.adjustMarginRight(), plotting.FrameRatio.adjustMarginRight(), plotting.Frame.setTitle(), plotting.FrameRatio.setTitle(), plotting.Frame.setXLabelSize(), plotting.Frame.setXTitle(), plotting.Frame.setXTitleOffset(), plotting.Frame.setXTitleSize(), plotting.Frame.setYTitle(), plotting.FrameRatio.setYTitle(), plotting.Frame.setYTitleOffset(), plotting.FrameRatio.setYTitleOffset(), plotting.Frame.setYTitleSize(), and plotting.FrameRatio.setYTitleSize().
|
private |
Definition at line 1242 of file plotting.py.
Referenced by plotting.Frame.adjustMarginLeft(), plotting.FrameRatio.adjustMarginLeft(), plotting.Frame.adjustMarginRight(), plotting.FrameRatio.adjustMarginRight(), plotting.FrameTGraph2D.adjustMarginRight(), plotting.Frame.redrawAxis(), plotting.FrameRatio.redrawAxis(), plotting.FrameTGraph2D.redrawAxis(), plotting.Frame.setGridx(), plotting.FrameRatio.setGridx(), plotting.Frame.setGridy(), plotting.FrameRatio.setGridy(), plotting.Frame.setLogx(), plotting.FrameRatio.setLogx(), plotting.Frame.setLogy(), and plotting.FrameRatio.setLogy().