Lines Matching refs:height_
1023 height_ = 17 + len(title) + len(xlabel)
1025 height_ = height
1027 height_ = shutil.get_terminal_size((None,
1031 height_ -= 1
1034 height_ -= len(xlabel)
1038 height_ -= len(title)
1055 height_ -= (len(legend_)+legend_cols-1) // legend_cols
1068 height_ -= (len(legend_)+legend_cols-1) // legend_cols
1077 heights = [m.floor(w*height_) for w in grid.yweights]
1102 height_ = sum(heights)
1212 for row in range(height_):
1218 line.center(height_-sum(ymargin)),