Home
last modified time | relevance | path

Searched refs:_FIGURE_BOTTOM_PADDING_IN (Results 1 – 1 of 1) sorted by relevance

/external/autotest/frontend/tko/
Dgraphing_utils.py38 _FIGURE_BOTTOM_PADDING_IN = 2 # for x-axis labels variable
172 figsize=(_FIGURE_WIDTH_IN, height_inches + _FIGURE_BOTTOM_PADDING_IN),
174 fig.subplots_adjust(bottom=float(_FIGURE_BOTTOM_PADDING_IN) / height_inches)