Searched refs:fig_property (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/ |
D | bokeh_figure.py | 84 self.fig_property = { 103 sizing_mode=self.fig_property['sizing_mode'], 104 width=self.fig_property['width'], 105 height=self.fig_property['height'], 106 title=self.fig_property['title'], 108 x_axis_type=self.fig_property['x_axis_type'], 172 color = self.COLORS[self.fig_property['num_lines'] % 193 self.fig_property['num_lines'] += 1 218 color = self.COLORS[self.fig_property['num_lines'] % 221 marker = self.MARKERS[self.fig_property['num_lines'] % [all …]
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
D | coex_test_utils.py | 1064 fig_property, argument 1082 title=fig_property['title'], 1108 line_width=fig_property['linewidth'], 1112 size=fig_property['markersize'], 1117 plot.xaxis.axis_label = fig_property['x_label'] 1118 plot.yaxis.axis_label = fig_property['y_label'] 1130 fig_property, argument 1167 title=fig_property['title'], 1174 plot_i_j.xaxis.axis_label = fig_property['x_label'] 1175 plot_i_j.yaxis.axis_label = fig_property['y_label'][j] [all …]
|
D | CoexPerformanceBaseTest.py | 303 fig_property = { 328 fig_property["y_label"] = y_label 340 fig_property,
|