diff options
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/plot-energy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/plot-energy b/utils/plot-energy index a49fcb0..3c2b587 100755 --- a/utils/plot-energy +++ b/utils/plot-energy @@ -113,6 +113,6 @@ if __name__ == '__main__': for id, df_id in df.groupby('id'): plt.figure() plot_hist(df_id.ke.values) - plt.xlabel("Kinetic Energy") + plt.xlabel("Energy (MeV)") plt.title(str(id)) plt.show() |