[categories] [index] [all (552)] [latest]
from pylab import * x = arange(0, 10, 0.2) y = sin(x) plot(x, y) show()