Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(2) | Derive(0) | Import(1)
src/o/r/orange3-HEAD/Orange/widgets/visualize/owscatterplotgraph.py orange3(Download)
from Orange.data import DiscreteVariable, ContinuousVariable, Value from Orange.data.sql.table import SqlTable from Orange.widgets.utils.plot import OWPlot, OWPalette, OWPoint, ProbabilitiesItem, OWPlotGUI, \ TooltipManager, NOTHING, SELECT, SELECT_RIGHTCLICK, PANNING, ZOOMING, SELECTION_ADD, SELECTION_REMOVE, \ SELECTION_TOGGLE, xBottom, yLeft, yRight, xTop, OWLegendGradient, move_item_xy, OWLegendTitle
self.curveSymbols = list(range(13)) self.tips = TooltipManager(self) # self.setMouseTracking(True) # self.grabGesture(QPinchGesture)
self.curveSymbols = list(range(13)) self.tips = TooltipManager(self) # self.setMouseTracking(True) # self.grabGesture(QPinchGesture)