Skip to content

Commit 07eb0ed

Browse files
committed
tests test 5
1 parent 97c21fe commit 07eb0ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spatialmath/base/animate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def update(frame, a):
161161
ani = animation.FuncAnimation(fig=plt.gcf(), func=update, frames=range(0, nframes), fargs=(self,), blit=False, interval=interval, repeat=repeat)
162162
if movie is None:
163163
while repeat or not self.done:
164-
plt.pause(1)
164+
plt.pause(0.01)
165165
else:
166166
# Set up formatting for the movie files
167167
print('creating movie', movie)

0 commit comments

Comments
 (0)