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/owboxplot.py orange3(Download)
top = max(stat.a_max for stat in self.stats) first_val, step = owaxis.OWAxis.compute_scale(bottom, top) while bottom < first_val: first_val -= step
self.scale_x = 1 return _, step = owaxis.OWAxis.compute_scale(0, max_box) step = int(step) steps = int(math.ceil(max_box / step))