Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitd9f7f77

Browse files
committed
change title to sentence case
1 parent0787024 commitd9f7f77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎examples/animation/simple_scatter.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
=============================
3-
AnimatedScatter Saved asGif
3+
Animatedscatter saved asGIF
44
=============================
55
66
"""
@@ -17,12 +17,12 @@
1717

1818
defanimate(i):
1919
scat.set_offsets((x[i],0))
20-
returnscat,
20+
return(scat,)
2121

22-
ani=animation.FuncAnimation(fig,animate,repeat=True,
23-
frames=len(x)-1,interval=50)
22+
ani=animation.FuncAnimation(fig,animate,repeat=True,frames=len(x)-1,
23+
interval=50)
2424

25-
# To save the animation using Pillow as agif
25+
# To save the animation using Pillow as agifs
2626
# writer = animation.PillowWriter(fps=15,
2727
# metadata=dict(artist='Me'),
2828
# bitrate=1800)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp