Commit Graph

33 Commits

Author SHA1 Message Date
Matthew Stidham
8edb0cdb8d lf_graph.py: lf_graph had a very confusing assignment for init values which was unstable. Needs further work, but this will work for now.
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-08 13:01:33 -08:00
Matthew Stidham
69ddad1009 lf_graph: Fix unused variables
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-08 11:03:13 -08:00
Matthew Stidham
4f76085982 lf_graph: Fix mutable default arguments
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-08 11:02:03 -08:00
Matthew Stidham
f50741bdae lf_graph: Remove redundant parentheses
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-08 11:02:03 -08:00
Chuck SmileyRekiere
58c7613d87 lf_graph.py lf_report_test.py : pep8 complience
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-12 07:21:44 -07:00
Chuck SmileyRekiere
54170fffe7 lf_graph.py , lf_report_test.py : updated for --mgr and --lfmgr
updated so help will be show with --help

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-12 07:18:34 -07:00
Matthew Stidham
e6cf6b9337 1. Create pandas_extensions.py
2. Remove unused imports

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-09-21 11:11:04 -07:00
Matthew Stidham
36400e003d Making it so that lanforge-scripts can work if the repository isn't named exactly the same way
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-09-17 15:29:15 -07:00
erinnerim
1d7578251c Updates to import statements:
- Import importlib, os, and sys to each python script.
 - Append "lanforge-scripts" root directory to the system path, allowing each script to be called from an antecedent directory. e.g.
if 'lanforge-scripts' not in sys.path:
    sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../../../")))
 - All statements of the form 'from <module> import <class>' replace with:
<module> = importlib.import_module("lanforge-scripts.<directory>.<module>")
<class> = <module>.<class>
2021-09-15 16:17:16 -07:00
Chuck SmileyRekiere
743b5f56c9 Revert "Update py_scripts to be in line with pip standards"
This reverts commit 37df48594e.
2021-09-09 05:32:05 -06:00
Matthew Stidham
37df48594e Update py_scripts to be in line with pip standards
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-09-08 16:57:10 -07:00
karthikaeyetea
44b71f77e3 Added line graph 2021-09-02 13:50:41 +05:30
karthikaeyetea
81470a17a1 x-ticks location added for bar-graph 2021-09-01 13:37:58 +05:30
anil-tegala
4b0eb41019 x-axis values of lf_bar_graph added to csv generation 2021-08-06 01:40:29 +05:30
jitendracandela
6a2d9fb72d added legend location,legend column,legend fontsize,legend box 2021-07-28 22:29:13 +05:30
Chuck SmileyRekiere
1098de8636 lf_csv.py and lf_graph.py : changed variables to snake case
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-07-15 07:55:20 -06:00
karthikaeyetea
ae0837f1d6 font-szie and rotation for text above the bargraph is added 2021-07-14 11:57:05 +05:30
anil-tegala
bcbaff86e6 report generation added for dynamic data
pick 0429552 conflicts resolved in lf_graph changes
2021-07-13 23:19:57 +05:30
anil-tegala
d50ed322f5 conflicts resolved in lf_graph changes 2021-07-13 23:17:44 +05:30
anil-tegala
22ce8723b7 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
2021-07-13 23:15:20 +05:30
anil-tegala
2b3e86acfa packet loss data retrieval added
pick 6dd9cef lf_csv - creates csv for graph data
    pick 6ea0cec lf_csv - creates csv for graph data
 You are currently rebasing branch 'master' on '55fd625'.
2021-07-13 23:08:27 +05:30
karthikaeyetea
651dd74422 font-size of x-axis, graph title, alignment of x-values are added 2021-06-30 21:13:18 +05:30
jitendracandela
7d60fcfbb0 changes in lf bar graph(value shows on the top of the bar) 2021-06-29 20:09:15 +05:30
jitendracandela
731883f5f7 changes in lf bar graph(value shows on the top of the bar) 2021-06-29 17:37:08 +05:30
anjali
f9221aced8 add diasable xaxis option in bar chart 2021-05-21 12:45:43 +05:30
anjali
7b596c3f2f changed x-axis range in bar plot 2021-05-14 12:06:17 +05:30
anjali
49ec3a00bd Reformat files...... 2021-05-13 22:13:13 +05:30
anjali
d02d050152 added horizontal stacked bar chart, some changes in report and graph library 2021-05-13 21:55:12 +05:30
Chuck SmileyRekiere
bd77836a23 modified following to be executible lf_dut_sta_vap_test.py lf_graph.py lf_report_test.py lf_sniff_radio.py 2021-05-03 06:30:52 -06:00
Chuck SmileyRekiere
216372d760 lf_graph.py lf_report.py lf_report_test.py : updated headers 2021-05-03 06:09:46 -06:00
Chuck SmileyRekiere
e4a46ffa06 lf_graph.py : added header 2021-05-03 05:56:34 -06:00
anjali
4e4e5d198f added scatter bar chart and stacked bar chart with multiple labels 2021-04-20 14:12:44 +05:30
Chuck SmileyRekiere
40639cee8e lf_graph.py created , updates to lf_report.py, lf_report_test.py
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-03-30 07:57:32 -06:00