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 1235 of file plotting.py.
def plotting.Frame.__init__ | ( | self, | |
pad, | |||
bounds, | |||
zmax, | |||
nrows, | |||
xbinlabels = None , |
|||
xbinlabelsize = None , |
|||
xbinlabeloption = None , |
|||
ybinlabels = None |
|||
) |
Definition at line 1237 of file plotting.py.
def plotting.Frame.adjustMarginLeft | ( | self, | |
adjust | |||
) |
Definition at line 1269 of file plotting.py.
def plotting.Frame.adjustMarginRight | ( | self, | |
adjust | |||
) |
Definition at line 1275 of file plotting.py.
def plotting.Frame.redrawAxis | ( | self | ) |
Definition at line 1305 of file plotting.py.
def plotting.Frame.setGridx | ( | self, | |
grid | |||
) |
Definition at line 1263 of file plotting.py.
def plotting.Frame.setGridy | ( | self, | |
grid | |||
) |
Definition at line 1266 of file plotting.py.
def plotting.Frame.setLogx | ( | self, | |
log | |||
) |
Definition at line 1257 of file plotting.py.
def plotting.Frame.setLogy | ( | self, | |
log | |||
) |
Definition at line 1260 of file plotting.py.
def plotting.Frame.setTitle | ( | self, | |
title | |||
) |
Definition at line 1281 of file plotting.py.
def plotting.Frame.setXLabelSize | ( | self, | |
size | |||
) |
Definition at line 1293 of file plotting.py.
def plotting.Frame.setXTitle | ( | self, | |
title | |||
) |
Definition at line 1284 of file plotting.py.
def plotting.Frame.setXTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1290 of file plotting.py.
def plotting.Frame.setXTitleSize | ( | self, | |
size | |||
) |
Definition at line 1287 of file plotting.py.
def plotting.Frame.setYTitle | ( | self, | |
title | |||
) |
Definition at line 1296 of file plotting.py.
def plotting.Frame.setYTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1302 of file plotting.py.
def plotting.Frame.setYTitleSize | ( | self, | |
size | |||
) |
Definition at line 1299 of file plotting.py.
|
private |
Definition at line 1239 of file plotting.py.
|
private |
Definition at line 1238 of file plotting.py.