Private Attributes | |
_coverPad | |
_frame | |
_frameRatio | |
_pad | |
_padRatio | |
_parentPad | |
Class for creating and managing a frame for a ratio plot with two subpads
Definition at line 662 of file plotting.py.
def plotting.FrameRatio.__init__ | ( | self, | |
pad, | |||
bounds, | |||
ratioBounds, | |||
ratioFactor, | |||
nrows, | |||
xbinlabels = None , |
|||
xbinlabelsize = None , |
|||
xbinlabeloption = None |
|||
) |
Definition at line 664 of file plotting.py.
def plotting.FrameRatio.adjustMarginLeft | ( | self, | |
adjust | |||
) |
Definition at line 717 of file plotting.py.
def plotting.FrameRatio.adjustMarginRight | ( | self, | |
adjust | |||
) |
Definition at line 726 of file plotting.py.
def plotting.FrameRatio.redrawAxis | ( | self | ) |
Definition at line 764 of file plotting.py.
def plotting.FrameRatio.setGridx | ( | self, | |
grid | |||
) |
Definition at line 709 of file plotting.py.
def plotting.FrameRatio.setGridy | ( | self, | |
grid | |||
) |
Definition at line 713 of file plotting.py.
def plotting.FrameRatio.setLogx | ( | self, | |
log | |||
) |
Definition at line 702 of file plotting.py.
def plotting.FrameRatio.setLogy | ( | self, | |
log | |||
) |
Definition at line 706 of file plotting.py.
def plotting.FrameRatio.setTitle | ( | self, | |
title | |||
) |
Definition at line 735 of file plotting.py.
def plotting.FrameRatio.setXLabelSize | ( | self, | |
size | |||
) |
Definition at line 747 of file plotting.py.
def plotting.FrameRatio.setXTitle | ( | self, | |
title | |||
) |
Definition at line 738 of file plotting.py.
def plotting.FrameRatio.setXTitleSize | ( | self, | |
size | |||
) |
Definition at line 741 of file plotting.py.
def plotting.FrameRatio.setYTitle | ( | self, | |
title | |||
) |
Definition at line 750 of file plotting.py.
def plotting.FrameRatio.setYTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 744 of file plotting.py.
Referenced by plotting.FrameRatio.setYTitleOffset().
def plotting.FrameRatio.setYTitleOffset | ( | self, | |
offset | |||
) |
def plotting.FrameRatio.setYTitleRatio | ( | self, | |
title | |||
) |
Definition at line 753 of file plotting.py.
def plotting.FrameRatio.setYTitleSize | ( | self, | |
size | |||
) |
Definition at line 756 of file plotting.py.
|
private |
Definition at line 775 of file plotting.py.
|
private |
Definition at line 668 of file plotting.py.
|
private |
Definition at line 672 of file plotting.py.
|
private |
Definition at line 666 of file plotting.py.
|
private |
Definition at line 671 of file plotting.py.
|
private |
Definition at line 665 of file plotting.py.