Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5535a6

Browse files
committed
DOC: update doc string for update
1 parent a489512 commit a5535a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/introductory/animation_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106

107107
def update(frame):
108-
# for each step update the data.
108+
# for each frame, update the data stored on each artist.
109109
x = t[:frame]
110110
y = z[:frame]
111111
# update the scatter plot:

0 commit comments

Comments
 (0)