Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a02506f

Browse filesBrowse files
committed
add brackets to satisfy the new sequence requirement
1 parent 5a0cdf1 commit a02506f
Copy full SHA for a02506f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎galleries/examples/animation/frame_grabbing_sgskip.py

Copy file name to clipboardExpand all lines: galleries/examples/animation/frame_grabbing_sgskip.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.