int res = controls.getResolution();
scalarPlot = ScalarPlot.createUniformAreaPlot(results.getMesh(), scalar, res, colorMapStyle);
controls.setThresholds(scalarPlot.getThresholds());
} else {
thresholds = controls.getThresholds();
scalarPlot = new ScalarPlot(results.getMesh(), scalar, thresholds, colorMapStyle);
}
content.setPlotObject(scalarPlot, false);
}