Esempio n. 1
0
    def init(self):
        self.plot_generic = PlotGeneric(width=self.config.width,
                                        height=self.config.width,
                                        transparent=False,
                                        tight=False)

        self.min_score = None
        self.max_score = None
Esempio n. 2
0
 def init(self):
     self.plot_generic = PlotGeneric(width=320,
                                     height=240,
                                     transparent=False,
                                     tight=False,
                                     keep=True)
     self.first_timestamp = None
     self.plot_anim = PlotAnim()
     self.nframes = 0
Esempio n. 3
0
 def init(self):
     self.plot_generic = PlotGeneric(width=self.config.width,
                                     height=self.config.width,
                                     transparent=False,
                                     tight=False)