Startup
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
import ch.psi.pshell.device.Averager;
|
||||
import ch.psi.pshell.device.DescStatsDouble;
|
||||
import ch.psi.pshell.plot.LinePlotErrorSeries;
|
||||
import ch.psi.pshell.plot.LinePlotJFree;
|
||||
import ch.psi.pshell.plot.LinePlot;
|
||||
import ch.psi.pshell.plot.LinePlotSeries;
|
||||
import ch.psi.pshell.plot.Plot;
|
||||
import ch.psi.pshell.scan.Scan;
|
||||
@@ -32,7 +32,7 @@ public class SchottkyScan extends Panel {
|
||||
initComponents();
|
||||
setPersistedComponents(SwingUtils.getComponentsByType(panelPars, JSpinner.class));
|
||||
buttonSet.setEnabled(false);
|
||||
plot.setStyle(LinePlotJFree.Style.ErrorY);
|
||||
plot.setStyle(LinePlot.Style.ErrorY);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user