##// END OF EJS Templates
corrige el xlabel del grafico del espectro en alturas
Daniel Valdez -
r339:c2771b868f19
parent child
Show More
@@ -1131,7 +1131,6 class SpectraHeisScope(Figure):
1131 thisDatetime = dataOut.datatime
1131 thisDatetime = dataOut.datatime
1132 title = "Scope: %s" %(thisDatetime.strftime("%d-%b-%Y %H:%M:%S"))
1132 title = "Scope: %s" %(thisDatetime.strftime("%d-%b-%Y %H:%M:%S"))
1133 xlabel = "Frequency x 10000"
1133 xlabel = "Frequency x 10000"
1134 xlabel = ""
1135 ylabel = "Intensity (dB)"
1134 ylabel = "Intensity (dB)"
1136
1135
1137 if not self.__isConfig:
1136 if not self.__isConfig:
General Comments 0
You need to be logged in to leave comments. Login now