Skip to content

Commit

Permalink
udding koch example
Browse files Browse the repository at this point in the history
  • Loading branch information
jposada202020 committed Aug 4, 2023
1 parent f94c26f commit 32bc533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cartesian_koch.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# License MIT

import board
from ulab import numpy
from circuitpython_uplot.plot import Plot
from circuitpython_uplot.cartesian import Cartesian
from ulab import numpy


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

0 comments on commit 32bc533

Please sign in to comment.