Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/
Dcoex_test_utils.py1064 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 …]
DCoexPerformanceBaseTest.py303 fig_property = {
328 fig_property["y_label"] = y_label
340 fig_property,
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_performance_test_utils.py201 self.fig_property = {
216 plot_width=self.fig_property['width'],
217 plot_height=self.fig_property['height'],
218 title=self.fig_property['title'],
268 color = self.COLORS[self.fig_property['num_lines'] %
289 self.fig_property['num_lines'] += 1
314 color = self.COLORS[self.fig_property['num_lines'] %
317 marker = self.MARKERS[self.fig_property['num_lines'] %
334 self.fig_property['num_lines'] += 1
384 self.plot.xaxis.axis_label = self.fig_property['x_label']
[all …]