93949596979899100101102103
} DialogPlotter plotter = new DialogPlotter(dialogParent); try { plotter.doPlot(function, start, increment, end, title + " (" + function.getClass().getSimpleName() + ")"); } catch (Exception e) { throw new ConfigException(e.getMessage()); }