Searched refs:y2 (Results 1 – 2 of 2) sorted by relevance
/littlefs-latest/scripts/ |
D | plot.py | 328 def line(self, x1, y1, x2, y2, *, argument 333 x2, y2 = self.scale(x2, y2) 337 ey = -abs(y2 - y1) 339 dy = +1 if y1 < y2 else -1 347 if x1 == x2 and y1 == y2: 354 if x1 == x2 and y1 == y2: 361 if x2 >= 0 and x2 < self.width and y2 >= 0 and y2 < self.height: 362 self.grid[x2 + y2*self.width] = (color, char) 370 for (x1, y1), (x2, y2) in zip(coords, coords[1:]): 371 if y1 is not None and y2 is not None: [all …]
|
D | plotmpl.py | 580 y2=False, argument 794 y2_ = s.args.get('y2', False) or y2
|