Fixed bugs on MatrixPlotArray 7 LinePlotArray

This commit is contained in:
2014-08-22 09:26:03 +02:00
parent 8c6e3c989a
commit 5d7764b65e
@@ -121,6 +121,7 @@ public class XScanDescriptorProvider implements DescriptorProvider {
lineplot.setMaxX(new Double(lp.getOffset()+lp.getSize()));
lineplot.getData().add(new YSeries(idY));
}
vd.getPlots().add(lineplot);
}
else if(v instanceof ch.psi.fda.model.v1.MatrixPlot){