Private Attributes | |
_frame | |
_pad | |
Class for creating and managing a frame for a simple, one-pad plot
Definition at line 1036 of file plotting.py.
def plotting.Frame.__init__ | ( | self, | |
pad, | |||
bounds, | |||
nrows, | |||
xbinlabels = None , |
|||
xbinlabelsize = None , |
|||
xbinlabeloption = None |
|||
) |
Definition at line 1038 of file plotting.py.
def plotting.Frame.adjustMarginLeft | ( | self, | |
adjust | |||
) |
Definition at line 1067 of file plotting.py.
def plotting.Frame.adjustMarginRight | ( | self, | |
adjust | |||
) |
Definition at line 1073 of file plotting.py.
def plotting.Frame.redrawAxis | ( | self | ) |
Definition at line 1103 of file plotting.py.
def plotting.Frame.setGridx | ( | self, | |
grid | |||
) |
Definition at line 1061 of file plotting.py.
def plotting.Frame.setGridy | ( | self, | |
grid | |||
) |
Definition at line 1064 of file plotting.py.
def plotting.Frame.setLogx | ( | self, | |
log | |||
) |
Definition at line 1055 of file plotting.py.
def plotting.Frame.setLogy | ( | self, | |
log | |||
) |
Definition at line 1058 of file plotting.py.
def plotting.Frame.setTitle | ( | self, | |
title | |||
) |
Definition at line 1079 of file plotting.py.
def plotting.Frame.setXLabelSize | ( | self, | |
size | |||
) |
Definition at line 1091 of file plotting.py.
def plotting.Frame.setXTitle | ( | self, | |
title | |||
) |
Definition at line 1082 of file plotting.py.
def plotting.Frame.setXTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1088 of file plotting.py.
def plotting.Frame.setXTitleSize | ( | self, | |
size | |||
) |
Definition at line 1085 of file plotting.py.
def plotting.Frame.setYTitle | ( | self, | |
title | |||
) |
Definition at line 1094 of file plotting.py.
def plotting.Frame.setYTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 1100 of file plotting.py.
def plotting.Frame.setYTitleSize | ( | self, | |
size | |||
) |
Definition at line 1097 of file plotting.py.
|
private |
Definition at line 1040 of file plotting.py.
|
private |
Definition at line 1039 of file plotting.py.