mirror of
https://git.psi.ch/fda/ch.psi.fda.xscan.git
synced 2026-05-07 04:34:14 +02:00
Fixed bugs on MatrixPlotArray 7 LinePlotArray
This commit is contained in:
@@ -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){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user