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 543 of file plotting.py.
def plotting.FrameRatio.__init__ | ( | self, | |
pad, | |||
bounds, | |||
ratioBounds, | |||
ratioFactor, | |||
nrows, | |||
xbinlabels = None , |
|||
xbinlabelsize = None , |
|||
xbinlabeloption = None |
|||
) |
Definition at line 545 of file plotting.py.
def plotting.FrameRatio.adjustMarginLeft | ( | self, | |
adjust | |||
) |
Definition at line 598 of file plotting.py.
def plotting.FrameRatio.adjustMarginRight | ( | self, | |
adjust | |||
) |
Definition at line 607 of file plotting.py.
def plotting.FrameRatio.redrawAxis | ( | self | ) |
Definition at line 645 of file plotting.py.
def plotting.FrameRatio.setGridx | ( | self, | |
grid | |||
) |
Definition at line 590 of file plotting.py.
def plotting.FrameRatio.setGridy | ( | self, | |
grid | |||
) |
Definition at line 594 of file plotting.py.
def plotting.FrameRatio.setLogx | ( | self, | |
log | |||
) |
Definition at line 583 of file plotting.py.
def plotting.FrameRatio.setLogy | ( | self, | |
log | |||
) |
Definition at line 587 of file plotting.py.
def plotting.FrameRatio.setTitle | ( | self, | |
title | |||
) |
Definition at line 616 of file plotting.py.
def plotting.FrameRatio.setXLabelSize | ( | self, | |
size | |||
) |
Definition at line 628 of file plotting.py.
def plotting.FrameRatio.setXTitle | ( | self, | |
title | |||
) |
Definition at line 619 of file plotting.py.
def plotting.FrameRatio.setXTitleSize | ( | self, | |
size | |||
) |
Definition at line 622 of file plotting.py.
def plotting.FrameRatio.setYTitle | ( | self, | |
title | |||
) |
Definition at line 631 of file plotting.py.
def plotting.FrameRatio.setYTitleOffset | ( | self, | |
offset | |||
) |
Definition at line 625 of file plotting.py.
Referenced by plotting.FrameRatio.setYTitleOffset().
def plotting.FrameRatio.setYTitleOffset | ( | self, | |
offset | |||
) |
def plotting.FrameRatio.setYTitleRatio | ( | self, | |
title | |||
) |
Definition at line 634 of file plotting.py.
def plotting.FrameRatio.setYTitleSize | ( | self, | |
size | |||
) |
Definition at line 637 of file plotting.py.
|
private |
Definition at line 656 of file plotting.py.
|
private |
Definition at line 549 of file plotting.py.
|
private |
Definition at line 553 of file plotting.py.
|
private |
Definition at line 547 of file plotting.py.
|
private |
Definition at line 552 of file plotting.py.
|
private |
Definition at line 546 of file plotting.py.