Lines Matching defs:height
311 def __init__(self, subplot, width=1.0, height=1.0):
313 self.yweights = [height]
325 def height(self):
538 def scale(self, width, height):
540 self.yweights = [s*height for s in self.yweights]
543 def fromargs(cls, width=1.0, height=1.0, *,
552 height=subargs.pop('height',
553 0.5 if dir in ['above', 'below'] else height),
557 grid.scale(width, height)
574 height=HEIGHT,
760 height/plt.rcParams['figure.dpi']),
766 grid.height
780 grid.height-(s.y+s.yspan) + (1 if legend_above else 0)
781 : grid.height-s.y + (1 if legend_above else 0),
1096 '-H', '--height',
1220 if '--height' in a.option_strings).type = float