Public Member Functions | |
def | __init__ (self, pad, bounds, nrows, xbinlabels=None, xbinlabelsize=None, xbinlabeloption=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 1054 of file plotting.py.
def plotting.Frame.__init__ | ( | self, | |
pad, | |||
bounds, | |||
nrows, | |||
xbinlabels = None , |
|||
xbinlabelsize = None , |
|||
xbinlabeloption = None |
|||
) |
Definition at line 1056 of file plotting.py.
def plotting.Frame.adjustMarginLeft | ( | self, | |
adjust | |||
) |
Definition at line 1085 of file plotting.py.
def plotting.Frame.adjustMarginRight | ( | self, | |
adjust | |||
) |
Definition at line 1091 of file plotting.py.
def plotting.Frame.redrawAxis | ( | self | ) |
Definition at line 1121 of file plotting.py.
def plotting.Frame.setGridx | ( | self, | |
grid | |||
) |
Definition at line 1079 of file plotting.py.
def plotting.Frame.setGridy | ( | self, | |
grid | |||
) |
Definition at line 1082 of file plotting.py.
def plotting.Frame.setLogx | ( | self, | |
log | |||
) |
Definition at line 1073 of file plotting.py.
def plotting.Frame.setLogy | ( | self, | |
log | |||
) |
Definition at line 1076 of file plotting.py.
def plotting.Frame.setTitle | ( | self, | |
title | |||
) |
Definition at line 1097 of file plotting.py.
def plotting.Frame.setXLabelSize | ( | self, | |
size | |||
) |
Definition at line 1109 of file plotting.py.
def plotting.Frame.setXTitle | ( | self, | |
title | |||
) |
Definition at line 1100 of file plotting.py.
def plotting.Frame.setXTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1106 of file plotting.py.
def plotting.Frame.setXTitleSize | ( | self, | |
size | |||
) |
Definition at line 1103 of file plotting.py.
def plotting.Frame.setYTitle | ( | self, | |
title | |||
) |
Definition at line 1112 of file plotting.py.
def plotting.Frame.setYTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1118 of file plotting.py.
def plotting.Frame.setYTitleSize | ( | self, | |
size | |||
) |
Definition at line 1115 of file plotting.py.
|
private |
Definition at line 1058 of file plotting.py.
|
private |
Definition at line 1057 of file plotting.py.