##// END OF EJS Templates
Correccion del titulo en el grafico RTI de SpectraHeis
Daniel Valdez -
r335:91245048f344
parent child
Show More
@@ -1271,7 +1271,7 class RTIfromSpectraHeis(Figure):
1271 self.setWinTitle(title)
1271 self.setWinTitle(title)
1272
1272
1273
1273
1274 title = "RTI Noise %s" %(thisDatetime.strftime("%d-%b-%Y"))
1274 title = "RTI %s" %(thisDatetime.strftime("%d-%b-%Y"))
1275
1275
1276 legendlabels = ["channel %d"%idchannel for idchannel in channelList]
1276 legendlabels = ["channel %d"%idchannel for idchannel in channelList]
1277 axes = self.axesList[0]
1277 axes = self.axesList[0]
General Comments 0
You need to be logged in to leave comments. Login now