189 Channels shown in wrong order.

This commit is contained in:
2016-03-18 15:35:12 +01:00
parent 15080f1699
commit b8d680f54f
4 changed files with 15 additions and 5 deletions

View File

@@ -535,7 +535,7 @@ class MainWindow(QMainWindow):
comp = self.getComponent()
title = 'section: {0} components'.format(zne_text[comp])
wfst = self.getData().getWFData().select(component=comp)
self.getPlotWidget().plotWFData(wfdata=wfst, title=title)
self.getPlotWidget().plotWFData(wfdata=wfst, title=title, mapping=False)
self.draw()
plotDict = self.getPlotWidget().getPlotDict()
pos = plotDict.keys()