##// END OF EJS Templates
Pulleado con master 15/08/17
J Gomez -
r1002:641b26f17149
parent child
Show More
@@ -151,9 +151,7 class PlotData(Operation, Process):
151 151 if self.show:
152 152 eachfigure.show()
153 153
154 self.plot() # ok? como elijo que figura?
155 #eachfigure.subplots_adjust(left=0.2)
156 #eachfigure.subplots_adjuccst(right=0.2)
154 self.plot()
157 155 eachfigure.tight_layout() # ajuste de cada subplot
158 156 eachfigure.canvas.manager.set_window_title('{} {} - {}'.format(self.title[n], self.CODE.upper(),
159 157 datetime.datetime.fromtimestamp(self.max_time).strftime('%Y/%m/%d')))
@@ -242,7 +240,6 class PlotData(Operation, Process):
242 240 self.ended = True
243 241 self.isConfig = False
244 242 self.__plot()
245 #TODO : AUN NO FUNCIONA PARA COHERENCIA.
246 243 self.deleteanotherfiles() #CLPDG
247 244 elif seconds_passed >= self.data['throttle']:
248 245 print 'passed', seconds_passed
General Comments 0
You need to be logged in to leave comments. Login now