Closedown
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user