lf_csv - creates csv for graph data

pick 6ea0cec lf_csv - creates csv for graph data

    pick 2fdb937 lf_csv - creates csv for graph data
    pick 0429552 conflicts resolved in lf_graph changes
This commit is contained in:
anil-tegala
2021-07-01 18:13:30 +05:30
parent 2b3e86acfa
commit 22ce8723b7
5 changed files with 53 additions and 161 deletions

View File

@@ -96,7 +96,7 @@ if __name__ == "__main__":
_xaxis_categories=x_axis_values,
_graph_image_name="Bi-single_radio_2.4GHz",
_label=["bi-downlink", "bi-uplink", 'uplink'],
_color=None,
_color=['darkorange', 'forestgreen','blueviolet'],
_color_edge='red')
graph_png = graph.build_bar_graph()