aboutsummaryrefslogtreecommitdiff
path: root/utils/plot-energy
diff options
context:
space:
mode:
Diffstat (limited to 'utils/plot-energy')
-rwxr-xr-xutils/plot-energy2
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()