Beispiel #1
0
    def init(self):
        from procgraph_mpl import PlotGeneric

        self.plot_generic = PlotGeneric(width=self.config.width,
                                        height=self.config.height,
                                        transparent=self.config.transparent,
                                        tight=self.config.tight)
        self.state.frame = 0
Beispiel #2
0
 def init(self):
     self.plot_generic = PlotGeneric(width=self.config.width,
                                     height=self.config.width,
                                     transparent=False,
                                     tight=False)
     self.max_q = 0