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.
1 parent ba5199d commit b92b6b9Copy full SHA for b92b6b9
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