summaryrefslogtreecommitdiffstats
path: root/doc/TRexDataAnalysis.py
diff options
context:
space:
mode:
authoritraviv <itraviv@cisco.com>2016-12-01 17:28:37 +0200
committeritraviv <itraviv@cisco.com>2016-12-01 17:28:50 +0200
commit6fccfd91b566d11324290ab50ab46677c99e6362 (patch)
treeba2052b8b7577c791f00f434519f3d3773819c7d /doc/TRexDataAnalysis.py
parent96b2e99823ffcd9701d56cad9de6711c1e4ba14a (diff)
changed filename of trend graph to support search by pattern
Signed-off-by: itraviv <itraviv@cisco.com>
Diffstat (limited to 'doc/TRexDataAnalysis.py')
-rwxr-xr-xdoc/TRexDataAnalysis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TRexDataAnalysis.py b/doc/TRexDataAnalysis.py
index f8cefc19..fb855a16 100755
--- a/doc/TRexDataAnalysis.py
+++ b/doc/TRexDataAnalysis.py
@@ -42,7 +42,7 @@ def generate_dframe_arr_and_stats_of_tests_per_setup(date, setup_name, setup_dic
def create_plot_for_dframe_arr(dframe_arr, setup_name, start_date, end_date, show='no', save_path='',
- file_name='trend_graph'):
+ file_name='_trend_graph'):
dframe_all = pd.concat(dframe_arr, axis=1)
dframe_all = dframe_all.astype(float)
dframe_all.plot()