Menu

[r6270]: / trunk / htdocs / screenshots / fill_demo.py  Maximize  Restore  History

Download this file

8 lines (6 with data), 111 Bytes

1
2
3
4
5
6
7
from pylab import *
t = arange(0.0, 1.01, 0.01)
s = sin(2*2*pi*t)
fill(t, s*exp(-5*t), 'r')
grid(True)
show()
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.