Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 89d625e + 9e71fc3 commit 62d88beCopy full SHA for 62d88be
1 file changed
examples/animation/dynamic_image.py
@@ -23,8 +23,8 @@ def f(x, y):
23
# each frame
24
ims = []
25
for i in range(60):
26
- x += np.pi / 15.
27
- y += np.pi / 20.
+ x += np.pi / 15
+ y += np.pi / 30
28
im = ax.imshow(f(x, y), animated=True)
29
if i == 0:
30
ax.imshow(f(x, y)) # show an initial one first
0 commit comments