Exemple #1
0
 def create_plot(self, options):
     CurveWidgetMixin.create_plot(self, options)
     for plot in self.get_plots():
         plot.SIG_RANGE_CHANGED.connect(self.range_changed)
Exemple #2
0
 def create_plot(self, options):
     CurveWidgetMixin.create_plot(self, options)
     for plot in self.get_plots():
         plot.SIG_RANGE_CHANGED.connect(self.range_changed)