We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bf72a commit 1f4ed4aCopy full SHA for 1f4ed4a
examples/displayio_layout_cartesian_lineplot.py
@@ -54,7 +54,7 @@
54
print("examples/displayio_layout_cartesian_lineplot.py")
55
56
# first point without a wait.
57
-my_plane.update_line(0, 0)
+my_plane.add_line(0, 0)
58
for x, y in data:
59
my_plane.add_line(x, y)
60
time.sleep(0.5)
0 commit comments