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 5a0cdf1 commit a02506fCopy full SHA for a02506f
galleries/examples/animation/frame_grabbing_sgskip.py
@@ -39,5 +39,5 @@
39
for i in range(100):
40
x0 += 0.1 * np.random.randn()
41
y0 += 0.1 * np.random.randn()
42
- l.set_data(x0, y0)
+ l.set_data([x0], [y0])
43
writer.grab_frame()
0 commit comments