Skip to content

Commit 1f4ed4a

Browse files
committed
fix name
1 parent f1bf72a commit 1f4ed4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/displayio_layout_cartesian_lineplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
print("examples/displayio_layout_cartesian_lineplot.py")
5555

5656
# first point without a wait.
57-
my_plane.update_line(0, 0)
57+
my_plane.add_line(0, 0)
5858
for x, y in data:
5959
my_plane.add_line(x, y)
6060
time.sleep(0.5)

0 commit comments

Comments
 (0)