From 7deb7cf507d6a79eb6ef634a531208daf822292f Mon Sep 17 00:00:00 2001 From: Nuwan Yapa Date: Tue, 4 Feb 2025 12:03:32 -0500 Subject: [PATCH] Formatting --- test/Pb208_nucleon_spectrum.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Pb208_nucleon_spectrum.jl b/test/Pb208_nucleon_spectrum.jl index 10c0965..095f494 100644 --- a/test/Pb208_nucleon_spectrum.jl +++ b/test/Pb208_nucleon_spectrum.jl @@ -40,4 +40,5 @@ scatter!(bench_κs, bench_Ebinds, label="benchmark"; markershape=:cross, markerc annotate!(bench_κs .+ 0.3, bench_Ebinds .- 1, [(o, 9, :red) for o in bench_occ]) xlabel!("κ") -ylabel!("E (MeV)") +ylabel!("Binding energy (MeV)") +yaxis!(mirror=true) \ No newline at end of file