Private Attributes | |
_frame | |
_pad | |
Class for creating and managing a frame for a simple, one-pad plot
Definition at line 592 of file plotting.py.
def plotting.Frame.__init__ | ( | self, | |
pad, | |||
bounds, | |||
nrows, | |||
xbinlabels = None , |
|||
xbinlabelsize = None , |
|||
xbinlabeloption = None |
|||
) |
Definition at line 594 of file plotting.py.
def plotting.Frame.adjustMarginLeft | ( | self, | |
adjust | |||
) |
Definition at line 623 of file plotting.py.
def plotting.Frame.adjustMarginRight | ( | self, | |
adjust | |||
) |
Definition at line 629 of file plotting.py.
def plotting.Frame.redrawAxis | ( | self | ) |
Definition at line 659 of file plotting.py.
def plotting.Frame.setGridx | ( | self, | |
grid | |||
) |
Definition at line 617 of file plotting.py.
def plotting.Frame.setGridy | ( | self, | |
grid | |||
) |
Definition at line 620 of file plotting.py.
def plotting.Frame.setLogx | ( | self, | |
log | |||
) |
Definition at line 611 of file plotting.py.
def plotting.Frame.setLogy | ( | self, | |
log | |||
) |
Definition at line 614 of file plotting.py.
def plotting.Frame.setTitle | ( | self, | |
title | |||
) |
Definition at line 635 of file plotting.py.
def plotting.Frame.setXLabelSize | ( | self, | |
size | |||
) |
Definition at line 647 of file plotting.py.
def plotting.Frame.setXTitle | ( | self, | |
title | |||
) |
Definition at line 638 of file plotting.py.
def plotting.Frame.setXTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 644 of file plotting.py.
def plotting.Frame.setXTitleSize | ( | self, | |
size | |||
) |
Definition at line 641 of file plotting.py.
def plotting.Frame.setYTitle | ( | self, | |
title | |||
) |
Definition at line 650 of file plotting.py.
def plotting.Frame.setYTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 656 of file plotting.py.
def plotting.Frame.setYTitleSize | ( | self, | |
size | |||
) |
Definition at line 653 of file plotting.py.
|
private |
Definition at line 596 of file plotting.py.
|
private |
Definition at line 595 of file plotting.py.