@@ -147,7 +147,7 class SpectraHeisScope(Figure): | |||
|
147 | 147 | for i in range(len(self.axesList)): |
|
148 | 148 | ychannel = y[i,:] |
|
149 | 149 | str_datetime = '%s %s'%(thisDatetime.strftime("%Y/%m/%d"),thisDatetime.strftime("%H:%M:%S")) |
|
150 | title = "Channel %d: %4.2fdB: %s" %(i, numpy.max(ychannel), str_datetime) | |
|
150 | title = "Channel %d: %4.2fdB: %s" %(dataOut.channelList[channelIndexList[i]], numpy.max(ychannel), str_datetime) | |
|
151 | 151 | axes = self.axesList[i] |
|
152 | 152 | axes.pline(x, ychannel, |
|
153 | 153 | xmin=xmin, xmax=xmax, ymin=ymin, ymax=ymax, |
General Comments 0
You need to be logged in to leave comments.
Login now