From 6fc1738645df5d0173dae1f58d3e0a2c8a788463 Mon Sep 17 00:00:00 2001 From: sfop Date: Tue, 25 Apr 2017 15:53:31 +0200 Subject: [PATCH] Closedown --- plugins/GunScan.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/GunScan.java b/plugins/GunScan.java index d625175..9d77384 100644 --- a/plugins/GunScan.java +++ b/plugins/GunScan.java @@ -32,7 +32,8 @@ public class GunScan extends Panel { plot.addSeries(seriesEnergy); plot.addSeries(seriesEnergySpread); plot.getAxis(Plot.AxisId.X).setLabel("Gun Phase"); - plot.getAxis(Plot.AxisId.Y).setLabel("MeV"); + plot.getAxis(Plot.AxisId.Y).setLabel("Energy (MeV)"); + plot.getAxis(Plot.AxisId.Y2).setLabel("Energy Spread (MeV)"); plot.setLegendVisible(true); setPersistedComponents(SwingUtils.getComponentsByType(panelScanPars, JSpinner.class)); }