mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user