Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
jposada202020 committed Jul 31, 2023
1 parent 461cd48 commit f06d113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/cartersian_and_scatter_polyfit_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#
# SPDX-License-Identifier: MIT

from random import choice
import board
import displayio
from ulab import numpy as np
Expand Down Expand Up @@ -52,8 +51,9 @@
140,
315,
[("-----------", "-----------",)],
[("Value X", "Value Y",), ("1", "3",), ("2", "14",),("3", "23",),("4", "25",),("5", "23",),("6", "15",),
("7", "9",),("8", "5",),("9", "9",),("10", "13",),("11", "17",),("12", "24",),("13", "32",),("14", "36",),
[("Value X", "Value Y",), ("1", "3",), ("2", "14",),("3", "23",),("4", "25",),
("5", "23",),("6", "15",),("7", "9",),("8", "5",),("9", "9",),("10", "13",),
("11", "17",),("12", "24",),("13", "32",),("14", "36",),
("15", "46",)],
"fonts/LibreBodoniv2002-Bold-10.bdf",
text_color = 0xFFFFFF,
Expand Down

0 comments on commit f06d113

Please sign in to comment.