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 0e306fc commit ed7afa2Copy full SHA for ed7afa2
src/util.py
@@ -54,5 +54,5 @@ def write_movie(
54
55
with writer.saving(fig, f"{name}.gif", 100):
56
for pos in pos_list:
57
- l.set_data(pos[0], pos[1])
+ l.set_data([pos[0]], [pos[1]])
58
writer.grab_frame()
0 commit comments