Private Attributes | |
_frame | |
_pad | |
Class for creating and managing a frame for a simple, one-pad plot
Definition at line 473 of file plotting.py.
def plotting.Frame.__init__ | ( | self, | |
pad, | |||
bounds, | |||
nrows, | |||
xbinlabels = None , |
|||
xbinlabelsize = None , |
|||
xbinlabeloption = None |
|||
) |
Definition at line 475 of file plotting.py.
def plotting.Frame.adjustMarginLeft | ( | self, | |
adjust | |||
) |
Definition at line 504 of file plotting.py.
def plotting.Frame.adjustMarginRight | ( | self, | |
adjust | |||
) |
Definition at line 510 of file plotting.py.
def plotting.Frame.redrawAxis | ( | self | ) |
Definition at line 540 of file plotting.py.
def plotting.Frame.setGridx | ( | self, | |
grid | |||
) |
Definition at line 498 of file plotting.py.
def plotting.Frame.setGridy | ( | self, | |
grid | |||
) |
Definition at line 501 of file plotting.py.
def plotting.Frame.setLogx | ( | self, | |
log | |||
) |
Definition at line 492 of file plotting.py.
def plotting.Frame.setLogy | ( | self, | |
log | |||
) |
Definition at line 495 of file plotting.py.
def plotting.Frame.setTitle | ( | self, | |
title | |||
) |
Definition at line 516 of file plotting.py.
def plotting.Frame.setXLabelSize | ( | self, | |
size | |||
) |
Definition at line 528 of file plotting.py.
def plotting.Frame.setXTitle | ( | self, | |
title | |||
) |
Definition at line 519 of file plotting.py.
def plotting.Frame.setXTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 525 of file plotting.py.
def plotting.Frame.setXTitleSize | ( | self, | |
size | |||
) |
Definition at line 522 of file plotting.py.
def plotting.Frame.setYTitle | ( | self, | |
title | |||
) |
Definition at line 531 of file plotting.py.
def plotting.Frame.setYTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 537 of file plotting.py.
def plotting.Frame.setYTitleSize | ( | self, | |
size | |||
) |
Definition at line 534 of file plotting.py.
|
private |
Definition at line 477 of file plotting.py.
|
private |
Definition at line 476 of file plotting.py.