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 3645001 commit 7cb1ae3Copy full SHA for 7cb1ae3
1 file changed
examples/pylab_examples/simple_plot_fps.py
@@ -24,7 +24,7 @@
24
c = time.clock()
25
for i in range(int(frames)):
26
part = i / frames
27
- axis([0.0, 1.0 - part, -1.0 + part, 1.0 - part])
+ plt.axis([0.0, 1.0 - part, -1.0 + part, 1.0 - part])
28
wallclock = time.time() - t
29
user = time.clock() - c
30
print("wallclock:", wallclock)
0 commit comments