import GR
GR.inline("mov")
x = collect(0:0.01:2*pi);
for i = 1:200 GR.plot(x, sin(x + i / 10.0)) end
GR.show()