| Hosted by CoCalc | Download
a = animate([plot(sin(x),(x,i,i+2*pi)) for i in [0,1,..,5]])
show(a)
show(a, gif=True)