changed MPPS to MPPC\Core Norm on all graphs 28/5228/1
authoritraviv <[email protected]>
Sun, 8 Jan 2017 08:11:21 +0000 (10:11 +0200)
committeritraviv <[email protected]>
Sun, 8 Jan 2017 08:11:37 +0000 (10:11 +0200)
Signed-off-by: itraviv <[email protected]>
doc/TRexDataAnalysis.py

index 9ddc3b0..3f6dc17 100755 (executable)
@@ -59,7 +59,7 @@ def create_plot_for_dframe_arr(dframe_arr, setup_name, start_date, end_date, sho
     dframe_all = dframe_all.astype(float)\r
     dframe_all.plot()\r
     plt.legend(fontsize='small', loc='best')\r
-    plt.ylabel('MPPS')\r
+    plt.ylabel('MPPS/Core (Norm)')\r
     plt.title('Setup: ' + setup_name)\r
     plt.tick_params(\r
         axis='x',\r
@@ -81,7 +81,7 @@ def create_bar_plot_for_latest_runs_per_setup(dframe_all_tests_latest, setup_nam
     dframe_all_tests_latest = dframe_all_tests_latest[['Test Name', 'Setup', 'Date', 'MPPS']]\r
     plt.xticks(rotation='horizontal')\r
     plt.xlabel('Index of Tests')\r
-    plt.ylabel('MPPS')\r
+    plt.ylabel('MPPS/Core (Norm)')\r
     plt.title("Test Runs for Setup: " + setup_name)\r
     if save_path:\r
         plt.savefig(os.path.join(save_path, setup_name + '_latest_test_runs.png'))\r