From 6fccfd91b566d11324290ab50ab46677c99e6362 Mon Sep 17 00:00:00 2001 From: itraviv Date: Thu, 1 Dec 2016 17:28:37 +0200 Subject: changed filename of trend graph to support search by pattern Signed-off-by: itraviv --- doc/TRexDataAnalysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/TRexDataAnalysis.py') 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() -- cgit 1.2.3-korg