trying to get the picking of plot coordinates working (pending for poster preparation)

This commit is contained in:
2015-03-11 12:05:52 +01:00
parent 486449fbb5
commit a0bbe8ca04
6 changed files with 51 additions and 40 deletions

View File

@@ -97,6 +97,7 @@ class Data(object):
def plotWFData(self, widget):
wfst = self.getWFData().select(component=self.getComp())
widget.axes.cla()
for n, trace in enumerate(wfst):
stime = trace.stats.starttime - self.getCutTimes()[0]
etime = trace.stats.endtime - self.getCutTimes()[1]