Closedown

This commit is contained in:
sfop
2017-04-25 15:53:31 +02:00
parent 0cc8ec5c9e
commit 6fc1738645

View File

@@ -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));
}