We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965fda7 commit 2d0b356Copy full SHA for 2d0b356
1 file changed
displayio_cartesian.py
@@ -650,7 +650,6 @@ def add_plot_line(self, x: int, y: int) -> None:
650
slope = delta_y / delta_x
651
652
if delta_y_product < 0:
653
- # TODO: Area needs to be split into two triangles
654
655
intercept = self.plot_line_point[-1][1]
656
zero_point_x = (-1 * intercept) / slope
0 commit comments