diff options
Diffstat (limited to 'utils/plot-michels')
-rwxr-xr-x | utils/plot-michels | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/plot-michels b/utils/plot-michels index 77c9cc1..01e7028 100755 --- a/utils/plot-michels +++ b/utils/plot-michels @@ -160,4 +160,4 @@ if __name__ == '__main__': plt.savefig("michel_electrons_ke.eps") else: plt.title("Michel Electrons") - plt.show() + plt.show() |