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 6fda3df commit fbf0da9Copy full SHA for fbf0da9
examples/pylab_examples/animation_demo.py
@@ -13,7 +13,7 @@
13
y = np.arange(5)
14
z = x * y[:, np.newaxis]
15
16
-for i in xrange(5):
+for i in range(5):
17
if i == 0:
18
p = plt.imshow(z)
19
fig = plt.gcf()
0 commit comments