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
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