xxxxxxxxxx
@interact
def _(N=(1,12,1)):
p=sum(plot(sin(x-2*k)-x^2,x,hue=sin(k/N))
for k in [-1.4,-1.3,..,1.5])
p.show(figsize=(5,5),gridlines=True)
No comments:
Post a Comment