Home
last modified time | relevance | path

Searched defs:height_ratios (Results 1 – 7 of 7) sorted by relevance

/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dgridspec.py41 def __init__(self, nrows, ncols, height_ratios=None, width_ratios=None): argument
75 def set_height_ratios(self, height_ratios): argument
178 width_ratios=None, height_ratios=None): argument
334 height_ratios=None, width_ratios=None): argument
H A D_layoutbox.py529 def match_heights(boxes, height_ratios=None, strength='medium'): argument
555 def vstackeq(boxes, padding=0, height_ratios=None): argument
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dgridspec.py33 def __init__(self, nrows, ncols, height_ratios=None, width_ratios=None): argument
123 def set_height_ratios(self, height_ratios): argument
350 width_ratios=None, height_ratios=None): argument
521 height_ratios=None, width_ratios=None): argument
H A D_layoutgrid.py37 height_ratios=None): argument
H A Dfigure.py1414 width_ratios=None, height_ratios=None, argument
/dports/multimedia/xvid/xvidcore/examples/
H A Dxvid_encraw.c284 static const int height_ratios[] = {1, 1, 11, 11, 11, 33}; variable
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/
H A Debands.py3583 def plot_dos_idos(self, e0="fermie", ax_list=None, xlims=None, height_ratios=(1, 2), **kwargs): argument