PlotConstants.DEFAULT_PLOT_LINE_DRAW,
PlotLineConnectionType.STEP_X_THEN_Y));
// for coverage.
originalPlotMan.updateMonitoredGUI();
originalPlotMan.updateMonitoredGUI(new AddChildEvent(nowPlus, feed1Component));
originalPlotMan.updateMonitoredGUI(new RemoveChildEvent(nowPlus, feed1Component));
PlotView thePlotView = originalPlotMan.getPlot();
PlotConfiguration settings = new PlotPersistenceHandler(originalPlotMan).loadPlotSettingsFromPersistance();
PlotView secondPlotView = PlotViewFactory.createPlotFromSettings(settings, 1, plotLabelingAlgorithm);