for (String name : ob.getVariableNames()) {
if (!serieses.containsKey(name)) {
DefaultXYSeries s = null;
if (ob.isMonotonIncreasingX(name)) {
s =
new DefaultFunctionalXYSeries(name
+ (runCounter.get() >= 1 ? " (run: " + runCounter.get() + ")"
: ""));
} else {
s =