From f06d1135a91d11df05e96e34134b377b013b10b0 Mon Sep 17 00:00:00 2001 From: jposada202020 Date: Mon, 31 Jul 2023 17:32:44 -0400 Subject: [PATCH] upd --- examples/cartersian_and_scatter_polyfit_example.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cartersian_and_scatter_polyfit_example.py b/examples/cartersian_and_scatter_polyfit_example.py index 2d64932..520f555 100644 --- a/examples/cartersian_and_scatter_polyfit_example.py +++ b/examples/cartersian_and_scatter_polyfit_example.py @@ -2,7 +2,6 @@ # # SPDX-License-Identifier: MIT -from random import choice import board import displayio from ulab import numpy as np @@ -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,