Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/o/r/orange3-HEAD/Orange/widgets/visualize/owscatterplot.py orange3(Download)
("Jittering", self.graph.jitter_size), ("Jitter continuous attributes", gui.YesNo[self.graph.jitter_continuous])]) self.reportSection("Graph") self.reportImage(self.graph.saveToFileDirect, QSize(400, 400))
src/o/r/orange3-HEAD/Orange/widgets/data/owselectdata.py orange3(Download)
text += "</table>" import OWReport self.reportSection("Conditions") self.reportRaw(OWReport.reportTable(self.cond_list)) # self.reportTable("Conditions", self.criteriaTable)