Skip to content

Commit f06d113

Browse files
committed
upd
1 parent 461cd48 commit f06d113

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/cartersian_and_scatter_polyfit_example.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
from random import choice
65
import board
76
import displayio
87
from ulab import numpy as np
@@ -52,8 +51,9 @@
5251
140,
5352
315,
5453
[("-----------", "-----------",)],
55-
[("Value X", "Value Y",), ("1", "3",), ("2", "14",),("3", "23",),("4", "25",),("5", "23",),("6", "15",),
56-
("7", "9",),("8", "5",),("9", "9",),("10", "13",),("11", "17",),("12", "24",),("13", "32",),("14", "36",),
54+
[("Value X", "Value Y",), ("1", "3",), ("2", "14",),("3", "23",),("4", "25",),
55+
("5", "23",),("6", "15",),("7", "9",),("8", "5",),("9", "9",),("10", "13",),
56+
("11", "17",),("12", "24",),("13", "32",),("14", "36",),
5757
("15", "46",)],
5858
"fonts/LibreBodoniv2002-Bold-10.bdf",
5959
text_color = 0xFFFFFF,

0 commit comments

Comments
 (0)