Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0cac5dc

Browse files
author
Steve Chaplin
committed
SC 2005/01/25
svn path=/trunk/matplotlib/; revision=885
1 parent 7d2b5e1 commit 0cac5dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/simple_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pylab import *
44

55
figure(1)
6-
t = arange(0.0, 1.0, 0.01)
6+
t = arange(0.0, 1.0+0.01, 0.01)
77
s = cos(2*2*pi*t)
88
plot(t, s)
99

0 commit comments

Comments
 (0)