Ejemplo n.º 1
0
 def setBoundary(self, low, hi):
     OWInteractiveHist.setBoundary(self, low, hi)
     self.master.on_boundary_change(low, hi)
Ejemplo n.º 2
0
 def setBoundary(self, low, hi):
     OWInteractiveHist.setBoundary(self, low, hi)
     self.master.on_boundary_change(low, hi)
Ejemplo n.º 3
0
 def __init__(self, master, parent=None, type="hiTail"):
     OWInteractiveHist.__init__(self, parent, type=type)
     self.master = master
     self.setAxisTitle(QwtPlot.xBottom, "Score")
     self.setAxisTitle(QwtPlot.yLeft, "Frequency")
     self.activateSelection()
Ejemplo n.º 4
0
 def __init__(self, master, parent=None, type="hiTail"):
     OWInteractiveHist.__init__(self, parent, type=type)
     self.master = master
     self.setAxisTitle(QwtPlot.xBottom, "Score")
     self.setAxisTitle(QwtPlot.yLeft, "Frequency")
     self.activateSelection()