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