Searched refs:fig (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test-crypto-perf/ |
| H A D | dpdk-graph-crypto-perf.py | 38 def save_graph(self, fig, subdir): argument 45 fig.update_layout(font_size=30, title_x=0.5, title_font={"size": 25}, 47 fig.write_image(path + "%d.jpg" % self.graph_num) 51 fig = px.box(self.data, x=x_axis_label, 57 self.save_graph(fig, x_axis_label.replace(' ', '_')) 64 fig = px.bar(self.data, x=x_axis_label, color=color_label, 71 fig.update_xaxes(type='category') 72 self.save_graph(fig, y_axis_label.replace(' ', '_')) 84 fig = px.histogram(data_out, x=x_axis_label, 92 fig.update_traces(xbins=dict( [all …]
|