Skip to content

Commit 32bc533

Browse files
committed
udding koch example
1 parent f94c26f commit 32bc533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cartesian_koch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# License MIT
88

99
import board
10+
from ulab import numpy
1011
from circuitpython_uplot.plot import Plot
1112
from circuitpython_uplot.cartesian import Cartesian
12-
from ulab import numpy
1313

1414

1515
def iterate(initial_vectors: list[numpy.ndarray], steps: int) -> list[numpy.ndarray]:

0 commit comments

Comments
 (0)