##// END OF EJS Templates
correccion de bug en el grafico de RTI, el xlabel = "velocity(m/s)"
Daniel Valdez -
r282:2c6255c5ec89
parent child
Show More
@@ -191,7 +191,7 class RTIPlot(Figure):
191 191 self.__nsubplots = 1
192 192
193 193 self.WIDTH = 800
194 self.HEIGHT = 180
194 self.HEIGHT = 150
195 195 self.WIDTHPROF = 120
196 196 self.HEIGHTPROF = 0
197 197
@@ -283,7 +283,7 class RTIPlot(Figure):
283 283
284 284 thisDatetime = dataOut.datatime
285 285 title = "RTI: %s" %(thisDatetime.strftime("%d-%b-%Y"))
286 xlabel = "Velocity (m/s)"
286 xlabel = ""
287 287 ylabel = "Range (Km)"
288 288
289 289 if not self.__isConfig:
@@ -706,7 +706,7 class CoherenceMap(Figure):
706 706 self.__nsubplots = 1
707 707
708 708 self.WIDTH = 800
709 self.HEIGHT = 180
709 self.HEIGHT = 150
710 710 self.WIDTHPROF = 120
711 711 self.HEIGHTPROF = 0
712 712
General Comments 0
You need to be logged in to leave comments. Login now