Skip to content

Commit a02506f

Browse files
committed
add brackets to satisfy the new sequence requirement
1 parent 5a0cdf1 commit a02506f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/examples/animation/frame_grabbing_sgskip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
for i in range(100):
4040
x0 += 0.1 * np.random.randn()
4141
y0 += 0.1 * np.random.randn()
42-
l.set_data(x0, y0)
42+
l.set_data([x0], [y0])
4343
writer.grab_frame()

0 commit comments

Comments
 (0)